mirror of
https://github.com/kairos-io/osbuilder.git
synced 2025-04-28 03:20:18 +00:00
17 lines
315 B
YAML
17 lines
315 B
YAML
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
|