ci: add checkout to clippy and fmt tasks
This commit is contained in:
parent
e4bf75f626
commit
09f3f39c87
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -53,6 +53,8 @@ jobs:
|
|||
name: clippy (ubuntu-latest, stable)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Instal latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
@ -84,6 +86,8 @@ jobs:
|
|||
name: fmt (ubuntu-latest, stable)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Instal latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Reference in a new issue