mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 11:47:01 +05:30
github: disable clippy check in PRs
This commit is contained in:
parent
27d3c8416b
commit
05fb732f98
1 changed files with 2 additions and 1 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
args: -- --check
|
args: -- --check
|
||||||
|
|
||||||
- name: Annotate commit with clippy warnings
|
- name: Annotate commit with clippy warnings
|
||||||
|
if: "${{ github.event_name == 'push' }}"
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -53,4 +54,4 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: doc
|
command: doc
|
||||||
args: --no-deps
|
args: --no-deps
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue