feat(ci): clarify lint workflow names (#4279)

* Lint workflow names

* Rename lint.patch.yml display name to Lint, add stub for Actionlint
This commit is contained in:
Deirdre Connolly 2022-05-03 13:17:58 -04:00 committed by GitHub
parent 8b68651ba8
commit 239230989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Lint Rust files
name: Lint
on:
pull_request:
@ -24,3 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
actionlint:
name: Actionlint
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'

View File

@ -1,4 +1,4 @@
name: Lint Rust files
name: Lint
on:
# we build Rust caches on main, so they can be shared by all branches: