From ad6681af60192d8b7383a3602d2101998127eb9b Mon Sep 17 00:00:00 2001 From: Thrijith Thankachan Date: Thu, 26 Dec 2019 13:19:01 +0530 Subject: [PATCH] Add phpcs.xml to exclude list --- .github/workflows/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index ffd86549a..335dab5a6 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -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 }}