From 09f3f39c8715e253dd2d15d4bc38e2b398eed5b8 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 24 Feb 2021 00:14:37 +0300 Subject: [PATCH] ci: add checkout to clippy and fmt tasks --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbba56e..2d16b65 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: