Fix passing arguments to k3s agent and k0s worker (#686) #2593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "." |