We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd8b2e commit 62ab012Copy full SHA for 62ab012
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
build: # make sure build/ci work properly
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- run: |
14
npm install
15
npm run all
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
echo "$GITHUB_CONTEXT"
24
set
25
26
with:
27
fetch-depth: 0 # important!
28
- name: Install PHP_CodeSniffer
0 commit comments