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:
Jean-Michel Picod
2020-02-25 14:12:37 +01:00
parent 59f381c920
commit 9de4662dee
5 changed files with 45 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ on:
jobs:
cargo_check:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1