In lint ci remove -D warnings flags

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
This commit is contained in:
Jerens Lensun 2025-06-04 14:46:35 +08:00
parent f0920d975f
commit 93b6d7c8d8

View file

@ -55,7 +55,7 @@ jobs:
echo ${{ github.event.pull_request.head.sha }} > ./pr/head_sha echo ${{ github.event.pull_request.head.sha }} > ./pr/head_sha
- name: Run Clippy Lint - name: Run Clippy Lint
run: | run: |
./mach clippy --message-format=json --use-crown --locked -- -- --deny warnings | ./etc/ci/clippy-annotation.sh > temp/clippy-output.json ./mach clippy --message-format=json --use-crown --locked | ./etc/ci/clippy-annotation.sh > temp/clippy-output.json
- name: Clippy Linter Result Upload - name: Clippy Linter Result Upload
if: ${{ !cancelled() }} if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4