We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b34cfb + 4440645 commit 58c8dc1Copy full SHA for 58c8dc1
.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: write
28
29
steps:
30
- name: 📦 Checkout project repo
.github/workflows/test.yml
test:
name: Tests (jest)
.github/workflows/type-check.yml
@@ -22,6 +22,10 @@ jobs:
type-check:
name: Type Check (tsc)
+
31
uses: actions/checkout@v3
0 commit comments