Skip to content

Commit

Permalink
ci: less cursed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sargon64 committed Apr 21, 2024
1 parent c865a75 commit ea8677d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@ jobs:
cargo +nightly fmt
git config --global user.name "GitHub Actions"
git config --global user.email "team@pyro.host"
git commit -am "refactor: rustfmt [skip ci]" && echo 1 || echo 1
git push && echo 0 || echo 1
if [ `git status --porcelain` ]; then git add && git commit && git push; fi
- name: Set up cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit ea8677d

Please sign in to comment.