mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-05-04 06:06:54 +00:00
Add lint workflow
Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
parent
d8a56badc1
commit
e62fa977e5
16
.github/workflows/lint.yaml
vendored
Normal file
16
.github/workflows/lint.yaml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Lint
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**'
|
||||||
|
env:
|
||||||
|
FORCE_COLOR: 1
|
||||||
|
jobs:
|
||||||
|
call-workflow:
|
||||||
|
uses: kairos-io/linting-composite-action/.github/workflows/reusable-linting.yaml@v0.0.6
|
||||||
|
with:
|
||||||
|
yamldirs: ".github/workflows/ config/ tools-image/"
|
||||||
|
is-go: true
|
Loading…
Reference in New Issue
Block a user