awesome-ansible/.github/workflows/awesome-lint.yml

17 lines
288 B
YAML

---
name: Awesome readme lint
on:
pull_request:
types: [opened, synchronize]
branches:
- master
- main
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npx awesome-lint