Tweak Github Actions:
- Rename some jobs for consistency. - Add workflows path to trigger lint when updating workflows. - Simplify frontend actions to speed up process and reduce dependencies.
This commit is contained in:
parent
53f03457cc
commit
99fd5c4e17
2 changed files with 13 additions and 14 deletions
6
.github/workflows/linters-global.yaml
vendored
6
.github/workflows/linters-global.yaml
vendored
|
@ -1,5 +1,5 @@
|
|||
# @url https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
|
||||
name: Lint Project
|
||||
name: Lint project globally
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -8,8 +8,8 @@ on:
|
|||
branches: [ main, ci ]
|
||||
|
||||
jobs:
|
||||
linters:
|
||||
name: linters
|
||||
lint:
|
||||
name: Lint with EditorConfig.
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue