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.
1 parent a8feace commit afeb63fCopy full SHA for afeb63f
.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
7
# Trigger on any pull request
8
pull_request:
9
10
+env:
11
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For setup-rust
12
+
13
jobs:
14
pre-commit:
15
name: Code style check
0 commit comments