Skip to content

Commit

Permalink
Add phpcs.xml to exclude list (#1516)
Browse files Browse the repository at this point in the history
Add phpcs.xml to exclude list
  • Loading branch information
thrijith authored Dec 26, 2019
2 parents d7ac82d + ad6681a commit 30e0b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
ASSETS_DIR: assets
EXCLUDE_LIST: .bowerrc .gitattributes .gitignore .jshintrc .travis.yml CONTRIBUTING.md
Gruntfile.js README.md bin deploy.sh package-lock.json package.json phpunit.xml
Gruntfile.js README.md bin deploy.sh package-lock.json package.json phpcs.xml phpunit.xml
tests
SLUG: buddypress-media
WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }}
Expand Down

0 comments on commit 30e0b2b

Please sign in to comment.