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 5ae8ddd commit db075a0Copy full SHA for db075a0
.github/actions/setup-rust/action.yml
.github/workflows/tests.yml
@@ -18,8 +18,10 @@ jobs:
18
check:
19
runs-on: ubuntu-latest
20
steps:
21
- - name: Build and run dev container task
+ - name: Checkout code
22
+ uses: actions/checkout@v3
23
+
24
+ - name: Run CI Recipe
25
uses: devcontainers/ci@v0.3
26
with:
- # Change this to be your CI task/script
- runCmd: just check
27
+ runCmd: just ci
0 commit comments