Skip to content

fix(french-starr): Include PAPAYA sub-groups into FR LQ CF (#1532) #466

fix(french-starr): Include PAPAYA sub-groups into FR LQ CF (#1532)

fix(french-starr): Include PAPAYA sub-groups into FR LQ CF (#1532) #466

Workflow file for this run

name: Lint - YAML
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Run yamllint
run: |
docker run --rm \
-v "${GITHUB_WORKSPACE}":/yaml \
peterdavehello/yamllint \
yamllint \
-c "/yaml/yamllint.yml" \
.