We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9046cd commit 6594bf8Copy full SHA for 6594bf8
.github/workflows/ci.yml
@@ -27,4 +27,4 @@ jobs:
27
imageName: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-devcontainer
28
cacheFrom: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}-devcontainer
29
push: always
30
- runCmd: .devcontainer/scripts/ci.sh
+ runCmd: go run ./.tools ci
0 commit comments