Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
- working-directory: ui/web
run: |
pnpm format
- # pnpm lint:fix
+ pnpm lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
- 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