There was an error while loading. Please reload this page.
1 parent 6e66e12 commit 4e73474Copy full SHA for 4e73474
1 file changed
.github/workflows/ci.yml
@@ -5,14 +5,17 @@ on:
5
branches: [main]
6
pull_request:
7
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
check:
13
name: ${{ matrix.check }}
14
runs-on: ubuntu-latest
15
strategy:
16
fail-fast: false
17
matrix:
- check: ['fmt:check', lint, 'lint:sh', validate]
18
+ check: ["fmt:check", lint, "lint:sh", validate]
19
steps:
20
- uses: actions/checkout@v6
21
- uses: oven-sh/setup-bun@v2
0 commit comments