Merge pull request #263 from taskchampion/actionnames

Tidy up CI actions names
This commit is contained in:
dbr/Ben 2021-06-09 11:37:59 +10:00 committed by GitHub
commit 5c7d9330fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Security audit
name: Security
on:
schedule:
@ -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

View file

@ -1,4 +1,4 @@
name: taskchampion
name: Checks
on:
push:
@ -37,6 +37,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
name: "Clippy Results"
mdbook:
runs-on: ubuntu-latest

View file

@ -1,4 +1,4 @@
name: taskchampion
name: Docs
on:
push:

View file

@ -1,4 +1,4 @@
name: taskchampion
name: Tests
on:
push: