Skip to content

Commit

Permalink
Merge branch 'main' into release-plz-2023-10-30T21-14-04Z
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents c7b1817 + 9306a8b commit 454d07c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- run: cargo fmt --all --check

build-and-test:
runs-on: ${{ matrix.os }}
Expand All @@ -41,10 +38,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Lint
uses: actions-rs/cargo@v1
with:
command: clippy
- run: cargo clippy
- uses: ./.github/actions/install-linuxbrew
if: matrix.os == 'ubuntu-latest'
- uses: ./.github/actions/install-sdl2
Expand Down

0 comments on commit 454d07c

Please sign in to comment.