Skip to content

Commit

Permalink
ci: update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nblackburn committed Dec 18, 2024
1 parent 6511d21 commit 8ba55db
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ on:

jobs:
tests:
name: 'Lint'
name: 'Run Linter'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup node
uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 8ba55db

Please sign in to comment.