mirror of
https://github.com/ansible-community/awesome-ansible.git
synced 2025-02-14 05:41:34 -05:00
ff4e68f21c
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
17 lines
288 B
YAML
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
|