Skip to content

Commit

Permalink
Move checkout step before setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
lyzlisa committed Nov 23, 2023
1 parent 35226ff commit 6d4cd9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
cache-dependency-path: |
package-lock.json
node-version: '16'

- uses: actions/checkout@v4

- name: Lint changelog file
uses: avto-dev/markdown-lint@v1
with:
Expand Down

0 comments on commit 6d4cd9e

Please sign in to comment.