Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Aug 20, 2024
1 parent cc29e9e commit dc014ab
Show file tree
Hide file tree
Showing 8 changed files with 698 additions and 509 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ jobs:
- uses: actions/checkout@v2

- run: rustup component add clippy

# Workaround from https://github.com/actions-rs/clippy-check/issues/2#issuecomment-807878478
# - name: Check workflow permissions
# id: check_permissions
# uses: scherermichael-oss/action-has-permission@1.0.6
# with:
# required-permission: write
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Run clippy action to produce annotations
# uses: actions-rs/clippy-check@v1
# if: steps.check_permissions.outputs.has-permission
# with:
# args: --all-targets -- -D warnings
# token: ${{ secrets.GITHUB_TOKEN }}
# - name: Run clippy manually without annotations
# if: ${{ !steps.check_permissions.outputs.has-permission }}
# run: cargo clippy --all-targets -- -D warnings

- name: Run clippy manually without annotations
run: cargo clippy --all-targets -- -D warnings
Loading

0 comments on commit dc014ab

Please sign in to comment.