Skip to content

Update repositories (major) #522

Update repositories (major)

Update repositories (major) #522

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
paths:
- '**'
concurrency:
group: lint-${{ github.ref || github.head_ref }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
call-workflow:
uses: kairos-io/linting-composite-action/.github/workflows/reusable-linting.yaml@v0.0.9
with:
yamldirs: ".github/workflows/ config/ tools-image/"
is-go: true