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 5fa006f commit 3e3899fCopy full SHA for 3e3899f
.github/workflows/ci.yml
@@ -22,6 +22,9 @@ concurrency:
22
group: ${{github.workflow}}-${{github.ref}}
23
cancel-in-progress: true
24
25
+# No GITHUB_TOKEN permissions, as we don't use it.
26
+permissions: {}
27
+
28
jobs:
29
test:
30
name: Test parser
.github/workflows/fuzz.yml
@@ -10,6 +10,9 @@ on:
10
- src/scanner.c
11
workflow_dispatch:
12
13
14
15
16
17
fuzz:
18
env:
.github/workflows/lint.yml
- grammar.js
lint:
runs-on: ubuntu-latest
0 commit comments