diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a717ff6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Get PHP syntax highlighting for these file extensions. +*.inc linguist-language=php \ No newline at end of file diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 2d270d1..5ab1917 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.0 + ref: 1.0.1 path: phpcs - name: Move standard outside current dir run: mv phpcs ..