Skip to content

Commit 7361b28

Browse files
authored
Merge branch 'main' into configure_nimalyzer
2 parents 10111b1 + 6356202 commit 7361b28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check_code_format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
fetch-depth: 0
2020

2121
- uses: jiro4989/setup-nim-action@v2
22+
with:
23+
nim-version: stable
24+
repo-token: ${{ secrets.GITHUB_TOKEN }}
25+
parent-nim-install-directory: ${{ runner.temp }}
2226

2327
- name: Format code
2428
run: |

0 commit comments

Comments
 (0)