diff --git a/.github/workflows/actions/quality/action.yml b/.github/workflows/actions/quality/action.yml index 37408ed..6ebcd31 100644 --- a/.github/workflows/actions/quality/action.yml +++ b/.github/workflows/actions/quality/action.yml @@ -27,13 +27,13 @@ runs: run: npm install -w @poppy-ui/${{ inputs.package }} @poppy-ui/core @poppy-ui/docs shell: bash - - name: Prettier - run: npm run format -- --reporter github + - name: Format + run: npx @biomejs/biome format --reporter github working-directory: ./packages/${{ inputs.package }} shell: bash - name: Lint - run: npm run lint -- --reporter github + run: npx @biomejs/biome lint --reporter github working-directory: ./packages/${{ inputs.package }} shell: bash