Skip to content

Commit

Permalink
fix(fmt): Fixed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
breadrock1 committed Jul 5, 2024
1 parent a967e9c commit 2ae4192
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1
run: cargo fmt --check --manifest-path adblock-rs/Cargo.toml

build:
name: build project
Expand Down

0 comments on commit 2ae4192

Please sign in to comment.