Skip to content

fix: 'main' as a base for chenge detections #13

fix: 'main' as a base for chenge detections

fix: 'main' as a base for chenge detections #13

Workflow file for this run

name: Lint
"on":
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
yamllint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run yamllint-github-action
uses: karancode/[email protected]
with:
yamllint_file_or_dir: .github/workflows/
yamllint_config_filepath: .github/.yamllint