Skip to content

repo and local build system cleanup #272

repo and local build system cleanup

repo and local build system cleanup #272

Workflow file for this run

---
name: Yamllint GitHub Action
on:
pull_request:
workflow_dispatch:
jobs:
yamllint:
name: Yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Yamllint
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: src/mixs/schema
yamllint_config_filepath: .yamllint
yamllint_strict: false
yamllint_comment: true
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}