Skip to content

Commit

Permalink
fix[ci]: remove rustfmt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Sep 9, 2023
1 parent 2f58d9f commit 37e8739
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ on:
name: CI

jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: Run cargo fmt
run: cargo fmt --all -- --check

flatpak:
name: Flatpak
Expand Down

0 comments on commit 37e8739

Please sign in to comment.