Skip to content

Commit

Permalink
chore: Upgrade actions/checkout to v4 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records authored Jun 6, 2024
1 parent dc8cb0c commit 7efbea1
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Lint Awesome List
on: [pull_request, push]
on:
push:
pull_request:

jobs:
awesome-lint:
name: "lint: awesome-lint"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: "lint: awesome-lint"
run: npx awesome-lint 'README.md'
awesome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint 'README.md'

0 comments on commit 7efbea1

Please sign in to comment.