mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge pull request #263 from taskchampion/actionnames
Tidy up CI actions names
This commit is contained in:
commit
5c7d9330fd
4 changed files with 6 additions and 4 deletions
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
|
@ -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
|
||||
|
|
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: taskchampion
|
||||
name: Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: taskchampion
|
||||
name: Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue