Skip to content

Commit

Permalink
build(ci): fix autofix GH action
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
jerome-benoit committed Jul 15, 2024
1 parent a1761a3 commit c033310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ jobs:

- run: pnpm install --ignore-scripts

- run: pnpm format
# - run: pnpm format
- run: pnpm lint:fix

- working-directory: ui/web
run: |
pnpm format
pnpm lint:fix
# pnpm lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a

0 comments on commit c033310

Please sign in to comment.