Skip to content

Commit

Permalink
Revert "Update lint-client.yaml"
Browse files Browse the repository at this point in the history
This reverts commit eb2920d.
  • Loading branch information
YohannParis committed Oct 8, 2024
1 parent b72e9b6 commit 0c70321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
run: yarn install --immutable

- name: Run Linter
run: yarn lint --since=origin/main
run: yarn lint

- name: Run Formatter
run: yarn prettier --since=origin/main
run: yarn prettier

- name: Run Typechecks
run: yarn typecheck --since=origin/main
run: yarn typecheck

- name: Commit all changed files
run: |
Expand Down

0 comments on commit 0c70321

Please sign in to comment.