Skip to content

Commit

Permalink
icon-explorer: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Mar 17, 2024
1 parent a3c0464 commit d3ba977
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Build
run: |
yarn prepare
- name: Lint files
run: yarn eslint

Expand All @@ -34,5 +37,8 @@ jobs:
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Build
run: |
yarn prepare
- name: Lint files
run: yarn biome
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: bahmutov/npm-install@v1
with:
install-command: yarn --immutable
- name: Build
run: |
yarn prepare
- name: build-app
run: |
cd packages/icon-explorer
Expand Down

0 comments on commit d3ba977

Please sign in to comment.