We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef223eb commit 3dec76fCopy full SHA for 3dec76f
1 file changed
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
pull_request:
7
branches: [main]
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
quality:
14
name: Biome
@@ -25,7 +28,6 @@ jobs:
25
28
test:
26
29
name: Jest
27
30
runs-on: ubuntu-latest
-
31
steps:
32
- name: Checkout
33
uses: actions/checkout@v4
@@ -50,7 +52,6 @@ jobs:
50
52
commitlint:
51
53
name: commitlint
54
55
56
57
0 commit comments