Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade Wibbels authored and Jade Wibbels committed Nov 19, 2024
1 parent fd92c9c commit 244d6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: make format-check
run: make format
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
components: clippy, rustfmt
override: true
- name: Run clippy
run: make build-release
run: make release

0 comments on commit 244d6ad

Please sign in to comment.