Skip to content

Test automated LinkML validation #110

Test automated LinkML validation

Test automated LinkML validation #110

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 }}