Skip to content

增加yaml检查

增加yaml检查 #9

Workflow file for this run

name: Yaml Lint
on: [push, pull_request]
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run yamllint
uses: ansible-actions/[email protected]
with:
target: "items"