We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca9468 commit 7e7d158Copy full SHA for 7e7d158
.github/workflows/lint-ts.yml
@@ -18,6 +18,10 @@ on:
18
pull_request:
19
branches: [main, master]
20
21
+permissions:
22
+ contents: read
23
+ pull-requests: write
24
+
25
jobs:
26
lint:
27
name: Lint TS (eslint, prettier)
.github/workflows/type-check.yml
type-check:
name: Type Check (tsc)
0 commit comments