diff --git a/.gitattributes b/.gitattributes index a717ff6..72b109e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ # Get PHP syntax highlighting for these file extensions. -*.inc linguist-language=php \ No newline at end of file +**/*.inc linguist-language=php \ No newline at end of file diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 5ab1917..dac4a17 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 with: repository: backdrop-ops/phpcs - ref: 1.0.1 + ref: 1.1.0 path: phpcs - name: Move standard outside current dir run: mv phpcs ..