Skip to content

Commit

Permalink
Don't lint PRs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jun 26, 2024
1 parent d0365fb commit fa70899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tasks: [lint, build, typecheck, test]
# tasks: [lint, build, typecheck, test]
tasks: [build, typecheck, test]

steps:
- name: Check out code
Expand Down

0 comments on commit fa70899

Please sign in to comment.