Skip to content

Commit

Permalink
another little rename for aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Aug 19, 2024
1 parent 24d6605 commit 117b235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
name: check

jobs:
check-stable:
stable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down

0 comments on commit 117b235

Please sign in to comment.