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:
Thomas Schönauer
2022-11-03 18:53:37 +00:00
committed by GitHub
parent 8731fd2b3f
commit 4dcb5a214b
2 changed files with 16 additions and 5 deletions

View File

@@ -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: