Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hueitan committed Nov 22, 2023
1 parent 4586c42 commit 7c3e401
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
run: |
npm run lint:js
npm run lint:css
phpcs --config-set ignore_warnings_on_exit 1
composer run lint
2 changes: 1 addition & 1 deletion wikipediapreview.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function make_link( $text, $url ) {
return '<a target="_BLANK" href="' . esc_url( $url ) . '">' . $text . '</a>';
}

function add_meta_links( $links_array, $plugin_file_name, $plugin_data, $status ) {
function add_meta_links( $links_array, $plugin_file_name, $plugin_data, $status ) { // phpcs:ignore
if ( strpos( $plugin_file_name, basename( __FILE__ ) ) ) {
$links_array = array_merge(
$links_array,
Expand Down

0 comments on commit 7c3e401

Please sign in to comment.