We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a9c6e commit a4cf907Copy full SHA for a4cf907
.github/workflows/lint-ts.yml
@@ -22,6 +22,9 @@ jobs:
22
lint:
23
name: Lint TS (eslint, prettier)
24
runs-on: ubuntu-latest
25
+ permissions:
26
+ contents: read
27
+ pull-requests: read
28
29
steps:
30
- name: 📦 Checkout project repo
.github/workflows/test.yml
test:
name: Tests (jest)
+ pull-requests: write
.github/workflows/type-check.yml
@@ -22,6 +22,10 @@ jobs:
type-check:
name: Type Check (tsc)
+
31
uses: actions/checkout@v3
0 commit comments