parent
e7fcddff69
commit
ad88e9754e
7 changed files with 55 additions and 47 deletions
4
.github/workflows/deploy_collab.yml
vendored
4
.github/workflows/deploy_collab.yml
vendored
|
@ -27,6 +27,10 @@ jobs:
|
|||
- name: Run style checks
|
||||
uses: ./.github/actions/check_style
|
||||
|
||||
- name: Run clippy
|
||||
shell: bash -euxo pipefail {0}
|
||||
run: script/clippy
|
||||
|
||||
tests:
|
||||
name: Run tests
|
||||
runs-on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue