From 9df2a8e274fca91be62dfd2e6a8d94a9cbcf4f04 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 19 Jul 2024 18:45:13 +0200 Subject: [PATCH] Added names and fixed all typos i made --- .github/workflows/rust.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 35f75983..0b2e12a4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -9,11 +9,12 @@ env: jobs: cargo_check: + name: Cargo Check runs-on: ubuntu-latest steps: - name: Checkout sources - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Cache Cargo registry uses: actions/cache@v4 @@ -36,11 +37,12 @@ jobs: run: cargo check lints: + name: Lints runs-on: ubuntu-latest steps: - name: Checkout sources - - uses: actions/checkout@v4 + uses: actions/checkout@v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable