We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1c51e commit f70da50Copy full SHA for f70da50
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
steps:
16
+ - uses: actions/checkout@v4
17
- name: Deploy Rust to GitHub Pages
18
uses: valkyrie-language/[email protected]
19
with:
0 commit comments