We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a87c commit 56fb558Copy full SHA for 56fb558
.github/workflows/ci.yml
@@ -11,6 +11,9 @@ jobs:
11
name: Lint & Type Check
12
runs-on: ubuntu-latest
13
14
+ env:
15
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
@@ -46,6 +49,9 @@ jobs:
46
49
47
50
needs: lint-and-typecheck
48
51
52
53
54
55
56
57
@@ -79,6 +85,9 @@ jobs:
79
85
name: Check Formatting
80
86
81
87
88
89
90
82
91
83
92
84
93
0 commit comments