Skip to content

Commit

Permalink
Remove cargo fmt checks from build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz authored Jan 15, 2024
1 parent f0bca11 commit 2857b54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
sudo apt-get install -y --no-install-recommends \
libdbus-1-dev libcairo-dev libpango1.0-dev libglib2.0-dev \
libx11-dev libxss-dev rustc cargo pkg-config
- name: Check code style
run: cargo fmt --all -- --check

- name: Build wired-notify
run: cargo build --release

Expand Down

0 comments on commit 2857b54

Please sign in to comment.