Skip to content

Commit

Permalink
Run linter on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ertrzyiks committed Jan 3, 2025
1 parent c030e1e commit daab611
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ jobs:
- name: Test
run: yarn test

lint:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "yarn"

- name: Install dependencies
run: yarn install --immutable

- name: Lint
run: yarn lint

build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit daab611

Please sign in to comment.