Skip to content

Replace <code> tags by ticks #14

Replace <code> tags by ticks

Replace <code> tags by ticks #14

Workflow file for this run

name: "Verify data"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
yamllint:
name: "YAML lint"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "YAML lint"
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: "."
yamllint_strict: false
yamllint_comment: false