Add lint workflow

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales 2023-07-18 13:27:58 +02:00
parent d8a56badc1
commit e62fa977e5
No known key found for this signature in database
GPG Key ID: 0069994DD7392198

16
.github/workflows/lint.yaml vendored Normal file
View 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