Skip to content

Commit

Permalink
Issue #89: Update coding standard in GHA (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela authored Mar 10, 2024
1 parent 2a70ade commit 029687b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ jobs:
php-version: 8.3
# No composer, but we need our commandline tool.
tools: none, phpcs
coverage: none

# The checkout action refuses to put it outside, so we have to do it in
# two steps.
- name: Checkout coding standard
uses: actions/checkout@v4
with:
repository: backdrop-ops/phpcs
ref: 1.0.0-beta2
ref: 1.0.0
path: phpcs
- name: Move standard outside current dir
run: mv phpcs ..
Expand Down

0 comments on commit 029687b

Please sign in to comment.