Skip to content

Commit

Permalink
fmt workflow removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerZ committed Aug 30, 2024
1 parent c905794 commit c6277bd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ concurrency:
cancel-in-progress: true

jobs:
format:
name: Format
runs-on: [ubuntu-22.04]
steps:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --all --check
lint:
name: Lint
runs-on: [ubuntu-22.04]
Expand All @@ -35,7 +25,7 @@ jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
needs: [format, lint]
needs: [lint]
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14, windows-2022]
Expand Down

0 comments on commit c6277bd

Please sign in to comment.