Skip to content

Commit

Permalink
Add/clean up runny commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 22, 2024
1 parent 5395f7d commit 9da9b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .runny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ commands:
install-goreleaser:
if: "! command -v goreleaser"
run: brew install goreleaser/tap/goreleaser
install-pre-commit:
if: "! command -v pre-commit"
run: brew install pre-commit
release:
needs:
- clean
- install-goreleaser
run: |
export GITHUB_TOKEN=$(gh auth token)
goreleaser
generate-schema:
generate:
run: go generate ./...
test:
run: go test ./...
Expand Down

0 comments on commit 9da9b18

Please sign in to comment.