Skip to content

chore: Upgrade actions/checkout to v4 #552

chore: Upgrade actions/checkout to v4

chore: Upgrade actions/checkout to v4 #552

Workflow file for this run

name: Lint Awesome List
on: [ pull_request, push ]
jobs:
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint 'README.md'