Skip to content

Commit

Permalink
Add linter to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tylenda committed Feb 6, 2024
1 parent e9efe38 commit f242e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install TypeScript
run: npm install -g typescript@5.3.2

- name: Run Linter
run: yarn lint

- name: Install dependencies
run: yarn install

- name: Run Linter
run: yarn lint

- name: Build reference apps
run: yarn build:refapps

0 comments on commit f242e76

Please sign in to comment.