Skip to content

test-yaml

test-yaml #7

Workflow file for this run

name: Yaml Lint
on:
push:
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint and Annotate
uses: staffbase/yamllint-action@v1
with:
token: ${{ secrets.GH_TOKEN }}
## The target path is processed recursively
target-path: items