ci: add checkout to clippy and fmt tasks

This commit is contained in:
Dmitriy Pleshevskiy 2021-02-24 00:14:37 +03:00
parent e4bf75f626
commit 09f3f39c87
1 changed files with 4 additions and 0 deletions

View File

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