Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
darylldoyle committed Mar 19, 2024
1 parent 2a1c629 commit 84906dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Run test suite
- name: Run PHPCS
run: composer lint
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "10up/wp-scaffold",
"description": "The starting point for all 10up WordPress projects.",
"license": "MIT",
"authors": [
{
"name": "10up",
Expand Down

0 comments on commit 84906dc

Please sign in to comment.