From 117b235cb942121589e8078375e8a59ea9211eb0 Mon Sep 17 00:00:00 2001 From: Shane Madden Date: Mon, 19 Aug 2024 17:42:53 -0600 Subject: [PATCH] another little rename for aesthetics --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d8f8b65e..5c6c4157 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,7 +3,7 @@ on: [push, pull_request] name: check jobs: - check-stable: + stable: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -13,7 +13,7 @@ jobs: - run: cargo fmt --all -- --check - run: cargo clippy --all-features -- -D warnings - run: cargo test --all-features - check-nightly: + nightly: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4