Skip to content

Commit

Permalink
name steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Feb 21, 2024
1 parent 0cceb70 commit d901bd6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Checkout
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc

Expand Down

0 comments on commit d901bd6

Please sign in to comment.