Skip to content

Commit 57caffe

Browse files
committed
fix
1 parent 531ea9c commit 57caffe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: CI
2+
23
on:
34
push:
45
branches:
@@ -7,6 +8,9 @@ on:
78
paths-ignore:
89
- "**/*.md"
910

11+
permissions:
12+
contents: read
13+
1014
jobs:
1115
# Linting and formatting checks
1216
lint:
@@ -123,4 +127,4 @@ jobs:
123127
124128
- name: Build Web
125129
working-directory: ./example
126-
run: flutter build web
130+
run: flutter build web

0 commit comments

Comments
 (0)