Skip to content

Commit

Permalink
fix: lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Nov 29, 2021
1 parent 07aeafe commit a918eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: yarn client:build-js:recommend

- name: Lint
run: yarn lint:js --check
run: yarn prettier --check clients/algoliasearch-client-javascript
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: yarn validate

- name: Lint
run: yarn lint:specs --check
run: yarn prettier --check specs

0 comments on commit a918eeb

Please sign in to comment.