Skip to content

Commit

Permalink
fix: reduce timeout for lint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SudharakaP committed Dec 11, 2023
1 parent 06caf48 commit 7a0670a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

timeout-minutes: 15
timeout-minutes: 5

steps:
- name: Checkout
Expand All @@ -29,8 +28,7 @@ jobs:

prettier:
runs-on: ubuntu-latest

timeout-minutes: 15
timeout-minutes: 5

steps:
- name: Checkout
Expand Down

0 comments on commit 7a0670a

Please sign in to comment.