Run awesome-lint on new additions (#1962)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Raymond Berger
2021-04-18 23:59:15 -10:00
committed by GitHub
parent 2573b98bb6
commit ec9672252a
2 changed files with 36 additions and 0 deletions

14
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
pull_request:
branches: [main]
paths:
- 'readme.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: awesome-lint
run: ./.github/workflows/repo_linter.sh