Skip to content

Commit

Permalink
build(ci): reenabled linting on web ui code
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Jul 25, 2024
1 parent d712a9a commit 5a1832c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
- working-directory: ui/web
run: |
pnpm format
# pnpm lint:fix
pnpm lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,9 @@ jobs:
- name: pnpm audit
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
run: pnpm audit --prod
# TODO: needs flat config support in vue.js eslint plugins
# - name: pnpm lint
# if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
# run: pnpm lint
- name: pnpm lint
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
run: pnpm lint
- name: pnpm build
run: pnpm build
- name: pnpm test
Expand Down

0 comments on commit 5a1832c

Please sign in to comment.