Skip to content

Commit 07078f7

Browse files
committed
update static check and orama workflow
1 parent 231f320 commit 07078f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/orama_sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
permissions:
1212
contents: read
1313
pull-requests: read
14-
actions: read
1514

1615
jobs:
1716
build:

.github/workflows/static_checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ on:
44
push:
55
branches:
66
- main
7-
87
pull_request:
98
branches:
109
- main
1110

11+
permissions:
12+
contents: read
13+
actions: read
14+
security-events: read
15+
1216
jobs:
1317
typecheck:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)