Skip to content

feat: Biological sex #16

feat: Biological sex

feat: Biological sex #16

Workflow file for this run

name: "Lint YAML"
on:
push:
pull_request:
jobs:
yamllint:
name: "Yamllint"
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/*.yml
config_data: "{extends: default, rules: {document-start: disable, truthy: disable}}"