Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Uncomment fmt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 5, 2024
1 parent 1ec2989 commit 4ddbf6d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- run: cargo build --verbose
- run: cargo test --verbose --all

# formatting:
# name: cargo fmt
# runs-on: [ubuntu-latest]
# steps:
# - uses: actions/checkout@v3
# - uses: actions-rust-lang/setup-rust-toolchain@v1
# with:
# components: rustfmt
# - name: Rustfmt Check
# uses: actions-rust-lang/rustfmt@v1
formatting:
name: cargo fmt
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1

0 comments on commit 4ddbf6d

Please sign in to comment.