Skip to content

Commit

Permalink
chore(repo): Ignore publint errors for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Nov 8, 2023
1 parent cabcbab commit 3bdee6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Lint packages using publint
timeout-minutes: ${{ fromJSON(vars.TIMEOUT_MINUTES_SHORT) }}
run: npm run lint:publint -- $TURBO_ARGS
continue-on-error: true # TODO: Remove this when all related errors are fixed

- name: Lint types using attw
timeout-minutes: ${{ fromJSON(vars.TIMEOUT_MINUTES_SHORT) }}
Expand Down

0 comments on commit 3bdee6e

Please sign in to comment.