Skip to content

Commit

Permalink
Tweak clippy job names
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr committed Jun 5, 2021
1 parent 2a928e0 commit 4b0ceb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
clippy:
runs-on: ubuntu-latest
name: "clippy"
name: "Clippy"

steps:
- uses: actions/checkout@v1
Expand All @@ -37,6 +37,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
name: "Clippy Results"

mdbook:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b0ceb3

Please sign in to comment.