mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 09:25:18 +00:00
Enable lint workflows
This commit is contained in:
parent
a16b06f76d
commit
8f5b1f35c6
5
.github/workflows/basic-linters.yml
vendored
5
.github/workflows/basic-linters.yml
vendored
@ -2,6 +2,11 @@ name: Basic linters
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
yamllint:
|
yamllint:
|
||||||
|
Loading…
Reference in New Issue
Block a user