Skip to content

Commit

Permalink
whoopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Dec 1, 2023
1 parent f9faab8 commit ffa01ef
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,18 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - name: Set up Rust
# uses: dtolnay/rust-toolchain@v1
# uses: dtolnay/rust-toolchain@stable
# with:
# toolchain: ${{ matrix.rust }}
# - name: Test
# run: cargo test --workspace
format:
name: cargo fmt
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Setup Rustfmt
uses: dtolnay/rust-toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
Expand Down

0 comments on commit ffa01ef

Please sign in to comment.