Skip to content

add malformed-yaml.yml to workflow #1

add malformed-yaml.yml to workflow

add malformed-yaml.yml to workflow #1

Workflow file for this run

on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
reject-malformed-yaml:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
- uses: actions/checkout@v4.1.2
- name: Detect malformed YAML files
- uses: ministryofjustice/github-actions/malformed-yaml@v18.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}