Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak committed May 27, 2024
1 parent d8db920 commit d680a5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run Formatter
run: cargo fmt -- buzz_cli/* --check
run: cargo fmt --check

2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
run: cargo clippy

- name: Run Linter Buzz_CLI
run: cargo clippy buzz_cli
run: cargo clippy

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/target
*target*

0 comments on commit d680a5a

Please sign in to comment.