Skip to content

Commit

Permalink
ci: ci minisearch
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafikart committed Mar 27, 2024
1 parent c34fb62 commit d341340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-minisearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
install-command: yarn --frozen-lockfile
- name: If this step fails run 'yarn lint' and 'yarn format' then commit again.
run: |
yarn lint:check
yarn format:check
npm run lint:check
npm run format:check
test:
runs-on: ${{ matrix.os }}
needs: test_lint
Expand Down

0 comments on commit d341340

Please sign in to comment.