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 c9aa6bc + c2af85b commit e7a3267Copy full SHA for e7a3267
.github/workflows/docs.yml
@@ -7,7 +7,7 @@ jobs:
7
gh-docs:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
11
with:
12
ref: "gh-pages"
13
- name: "install_nim"
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
default:
- - uses: actions/checkout@v2
14
- uses: iffy/install-nim@v5
15
- run: nimble install -y
16
- run: nimble test
0 commit comments