sindresorhus/awesome

Correction

Pratyushslimsady opened this issue · 2 comments

on:
pull_request:
branches: [main]
paths:
- 'readme.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Run lint check
run: |
chmod +x ./.github/workflows/repo_linter.sh
./.github/workflows/repo_linter.sh

?

Contact me