Skip to content

Commit

Permalink
fixup! fixup! cleanup: translate button by default; WPCS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchamp committed Apr 7, 2024
1 parent 3415d7e commit 2ba99c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wp-plugin-ci-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tools: cs2pr

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run PHPCS on all files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
tools: cs2pr

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
uses: ramsey/composer-install@v3

- name: Run PHPCS on changed files
run: |
Expand Down

0 comments on commit 2ba99c6

Please sign in to comment.