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 b50a6f2 commit 0b6e0ecCopy full SHA for 0b6e0ec
.github/workflows/checks.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- "master"
7
- "v[0-9]"
8
+ workflow_dispatch:
9
jobs:
10
checks:
11
runs-on: ${{ matrix.os }}
@@ -16,7 +17,7 @@ jobs:
16
17
steps:
18
-
19
name: Checkout code
- uses: actions/checkout@v4
20
+ uses: actions/checkout@v6
21
22
name: Setup PHP
23
uses: shivammathur/setup-php@v2
.github/workflows/lint.yml
@@ -5,14 +5,15 @@ on:
xml-linter:
12
runs-on: ubuntu-latest
13
14
15
name: Install dependencies
0 commit comments