Skip to content

Commit

Permalink
CI: disabled clechasseur/rs-fmt-check action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Nov 20, 2023
1 parent a99ec24 commit d2a7f10
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Check
if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
uses: clechasseur/rs-fmt-check@v2
with:
toolchain: nightly
# - name: Check
# if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
# uses: clechasseur/rs-fmt-check@v2
# with:
# toolchain: nightly

- name: Check
if: ${{ github.event_name != 'pull_request' && github.event_name != 'pull_request_target' }}
# if: ${{ github.event_name != 'pull_request' && github.event_name != 'pull_request_target' }}
run: cargo fmt -- --check

0 comments on commit d2a7f10

Please sign in to comment.