Skip to content

Commit

Permalink
Update .runny.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 21, 2024
1 parent 1160f91 commit 614954f
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .runny.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
shell: /bin/bash
commands:
git-root:
run: git rev-parse --show-toplevel
go-files:
run: find . -name "*.go" -exec ls -l \{\} \;
broken:
# A deliberately broken command
run: foo bar wibble
compound:
clean:
run: rm -rf dist
install-goreleaser:
if: "! command -v goreleaser"
run: brew install goreleaser/tap/goreleaser
release:
needs:
- git-root
- go-files
run: echo "Hello world!"
ls:
run: ls
lazygit:
if: "! command -v lazygit"
command: brew install jesseduffield/lazygit/lazygit
- clean
- install-goreleaser
run: |
export GITHUB_TOKEN=$(gh auth token)
goreleaser

0 comments on commit 614954f

Please sign in to comment.