Skip to content

增加yaml-lint

增加yaml-lint #2

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/*/*.yaml