Skip to content

Commit

Permalink
chore: updating github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed Oct 2, 2024
1 parent 6b55b92 commit f6d6454
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 34 deletions.
32 changes: 0 additions & 32 deletions .github/dependabot.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
git add extra/*.gif
git config --global user.name "vhs-action"
git config --global user.email "actions@github.com"
git commit -m "Updated vhs [skip ci]" || true
git commit -m "chore(ci): updated vhs tapes [skip ci]" || true
git push
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
hac.log
tarpaulin-report.html
mutants.out*
.vscode
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build-time:
cargo +nightly build -Z timings

fmt:
cargo fmt --check
cargo +nightly fmt --check

lint:
cargo clippy -- -D warnings
Expand Down

0 comments on commit f6d6454

Please sign in to comment.