Skip to content

Commit 3dec76f

Browse files
committed
chore: update CI workflow to include permissions section
Signed-off-by: Rafael Julio <development@rafifos.dev>
1 parent ef223eb commit 3dec76f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [main]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
quality:
1114
name: Biome
@@ -25,7 +28,6 @@ jobs:
2528
test:
2629
name: Jest
2730
runs-on: ubuntu-latest
28-
2931
steps:
3032
- name: Checkout
3133
uses: actions/checkout@v4
@@ -50,7 +52,6 @@ jobs:
5052
commitlint:
5153
name: commitlint
5254
runs-on: ubuntu-latest
53-
5455
steps:
5556
- name: Checkout
5657
uses: actions/checkout@v4

0 commit comments

Comments
 (0)