Skip to content

Convert malformed-yaml action to Python #34

Convert malformed-yaml action to Python

Convert malformed-yaml action to Python #34

name: Python Malformed YAML
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
test-python-malformed-yaml:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Detect malformed YAML files
uses: ministryofjustice/github-actions/python-malformed-yaml@mal-yaml-to-python
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.number }}