Skip to content

Commit 86fd07a

Browse files
committed
Update CI config
1 parent c678f42 commit 86fd07a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
branches:
55
- main
66
pull_request:
7+
permissions:
8+
contents: read
79
jobs:
810
test:
911
name: Test
@@ -24,5 +26,3 @@ jobs:
2426
run: pnpm install --frozen-lockfile --ignore-scripts
2527
- name: Run tests
2628
run: pnpm test
27-
env:
28-
FORCE_COLOR: 2

0 commit comments

Comments
 (0)