mirror of
https://github.com/valitydev/base-workflows.git
synced 2024-11-06 01:15:23 +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:
|
||||
workflow_call:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
yamllint:
|
||||
|
Loading…
Reference in New Issue
Block a user