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 b7b6029 commit a5d6c96Copy full SHA for a5d6c96
.github/workflows/checks.yml
@@ -1,5 +1,6 @@
1
name: Checks
2
on:
3
+ workflow_dispatch:
4
pull_request:
5
push:
6
branches:
.github/workflows/lint.yml
name: phpcs.xml lint
@@ -12,7 +13,7 @@ jobs:
12
13
steps:
14
-
15
name: Checkout code
- uses: actions/checkout@v3
16
+ uses: actions/checkout@v4
17
18
19
name: Install dependencies
0 commit comments