awesome-ansible/.github/workflows/awesome-lint.yml
KeyboardInterrupt ff4e68f21c update: to actions/checkout@v3
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2
2022-12-06 21:31:49 +01:00

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