Skip to content

Commit

Permalink
Merge pull request #263 from taskchampion/actionnames
Browse files Browse the repository at this point in the history
Tidy up CI actions names
  • Loading branch information
dbr authored Jun 9, 2021
2 parents 64b319b + 4b0ceb3 commit 5c7d933
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Security audit
name: Security

on:
schedule:
Expand All @@ -12,6 +12,7 @@ on:
jobs:
audit:
runs-on: ubuntu-latest
name: "Audit Dependencies"
steps:
- uses: actions/checkout@v2
- uses: actions-rs/audit-check@v1
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: taskchampion
name: Checks

on:
push:
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
name: "Clippy Results"

mdbook:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: taskchampion
name: Docs

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: taskchampion
name: Tests

on:
push:
Expand Down

0 comments on commit 5c7d933

Please sign in to comment.