Skip to content

Commit

Permalink
Turn Clippy checks back on.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Apr 11, 2024
1 parent 80b6645 commit 1522fc4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,10 @@ jobs:
target/release/humility -a target/${{ inputs.app_name }}/dist/build-${{ inputs.app_name }}-image-$image.zip manifest; \
done
# TODO: Clippy temporarily disabled 2024-04 while people clean up
# the new Clippy warnings resulting from the last toolchain
# upgrade. If you're reading this, try turning it back on and see
# if we're good yet.
#- name: Clippy
# if: inputs.os == 'ubuntu-latest'
# run: |
# cargo xtask clippy ${{ inputs.app_toml}} -- --deny warnings
- name: Clippy
if: inputs.os == 'ubuntu-latest'
run: |
cargo xtask clippy ${{ inputs.app_toml}} -- --deny warnings
# upload the output of our build
- name: Upload build archive
Expand Down

0 comments on commit 1522fc4

Please sign in to comment.