diff --git a/.github/workflows/lint-frontend.yaml b/.github/workflows/lint-frontend.yaml index b275edbd2..2c1cd3c5a 100644 --- a/.github/workflows/lint-frontend.yaml +++ b/.github/workflows/lint-frontend.yaml @@ -17,4 +17,5 @@ jobs: - name: Install frontend dependencies run: bun install --frozen-lockfile - run: bun run lint:frontend - - run: bun run lint:types \ No newline at end of file + - run: bun run lint:types + if: success() || failure() \ No newline at end of file