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:
parent
8b68651ba8
commit
239230989d
|
|
@ -1,4 +1,4 @@
|
||||||
name: Lint Rust files
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
@ -24,3 +24,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "No build required"'
|
- run: 'echo "No build required"'
|
||||||
|
|
||||||
|
actionlint:
|
||||||
|
name: Actionlint
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: 'echo "No build required"'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Lint Rust files
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# we build Rust caches on main, so they can be shared by all branches:
|
# we build Rust caches on main, so they can be shared by all branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue