Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 0 additions & 83 deletions .github/misc/Github.php

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
uses: actions/checkout@v4
with:
repository: backdrop-ops/phpcs
ref: 1.1.0
ref: 1.2.0
path: phpcs
- name: Move standard outside current dir
run: mv phpcs ..

- name: Run CodeSniffer
run: |
phpcs --version
phpcs --standard=../phpcs/Backdrop --report=.github/misc/Github.php -n --basepath=. *
phpcs --standard=../phpcs/Backdrop --report=../phpcs/Backdrop/Reports/Github.php -n --basepath=. *

- name: Install and run jshint
if: ${{ always() }}
Expand Down