mirror of
https://github.com/sindresorhus/awesome.git
synced 2025-11-24 01:14:29 +01:00
Run awesome-lint on new additions (#1962)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user