Skip to content

Commit

Permalink
Clean up some build step names
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer committed May 26, 2024
1 parent 904087d commit bb1c9f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

on: [push, pull_request]

name: Continuous integration
name: build

jobs:
check:
name: Check
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -20,7 +20,7 @@ jobs:
command: check

fmt:
name: Rustfmt
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
args: --all -- --check

clippy:
name: Clippy
name: clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bb1c9f9

Please sign in to comment.