Skip to content

Commit

Permalink
CI: disabled clechasseur/rs-fmt-check action
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Nov 20, 2023
1 parent 08206a2 commit 867ce3c
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/[email protected]
# with:
# toolchain: nightly
# - name: Check
# if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
# uses: clechasseur/[email protected]
# # 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 867ce3c

Please sign in to comment.