Skip to content

add minimal enum descriptions #56

add minimal enum descriptions

add minimal enum descriptions #56

Workflow file for this run

---
name: Yamllint GitHub Action
on:
- pull_request
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 }}