Skip to content

Commit

Permalink
👷 Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Dec 31, 2023
1 parent 81dc95e commit cb9b0ec
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
working-directory: ./src/orangutan
run: cargo test

# TODO: Only check code style for one target
- name: Check code style
working-directory: ./src/orangutan
run: cargo fmt -- --check
# TODO: Re-enable style checking
# # TODO: Only check code style for one target
# - name: Check code style
# working-directory: ./src/orangutan
# run: cargo fmt -- --check

0 comments on commit cb9b0ec

Please sign in to comment.