GitHub action cleanups (#129)
* Changed clippy args for PR pipeline * changes crates-publish toolchain version to stable * Enhanced clippy for PRs
This commit is contained in:
2
.github/workflows/crates-publish.yml
vendored
2
.github/workflows/crates-publish.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2022-08-03
|
||||
toolchain: stable
|
||||
override: true
|
||||
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user