Update .github/workflows/clippy.yml
This commit is contained in:
parent
97843e9e66
commit
90d3182470
1 changed files with 1 additions and 2 deletions
3
.github/workflows/clippy.yml
vendored
3
.github/workflows/clippy.yml
vendored
|
@ -21,8 +21,7 @@ on:
|
|||
jobs:
|
||||
rust-clippy-analyze:
|
||||
name: Run rust-clippy analyzing
|
||||
runs-on: ubuntu-latest
|
||||
container: rust:latest
|
||||
runs-on: self-hosted
|
||||
permissions:
|
||||
contents: read
|
||||
security-events: write
|
||||
|
|
Loading…
Reference in a new issue