We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e7643 commit 1756cdcCopy full SHA for 1756cdc
.github/workflows/ci.yml
@@ -25,4 +25,5 @@ jobs:
25
version: 3.x
26
repo-token: ${{ secrets.GITHUB_TOKEN }}
27
- run: bash -c "$(curl https://fireflyzero.com/install.sh)"
28
- - run: task all
+ - run: task lint
29
+ - run: go test -count 1 ./...
0 commit comments