Add more checks
- python code formatting is tested with yapf - cron workflow to run cargo audit - Don't run on latest
This commit is contained in:
2
.github/workflows/cargo_fmt.yml
vendored
2
.github/workflows/cargo_fmt.yml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
cargo_format:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
||||
Reference in New Issue
Block a user