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 b4552b0 commit 3f22c24Copy full SHA for 3f22c24
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
name: Test on ${{ matrix.os }}
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
with:
24
submodules: recursive
25
- run: brew install coreutils gnu-sed
.github/workflows/lint.yaml
@@ -12,7 +12,7 @@ jobs:
12
name: Lint
13
14
15
16
17
18
- run: test/chore/lint.sh
0 commit comments