mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-04-27 03:11:16 +00:00
17 lines
367 B
YAML
17 lines
367 B
YAML
name: Lint
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
concurrency:
|
|
group: lint-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ github.repository }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
call-workflow:
|
|
uses: kairos-io/linting-composite-action/.github/workflows/reusable-linting.yaml@main
|
|
with:
|
|
yamldirs: "."
|