Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 15, 2024
1 parent fab0182 commit 26565b2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,6 @@ on:
- main

jobs:
rustfmt:
name: RustFmt Check
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
rustflags: ""

- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1

build-and-test:
name: Build and test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 26565b2

Please sign in to comment.