Skip to content

Commit

Permalink
ci: configure timeout for docs and lint jobs (#3609)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvares authored Jan 23, 2025
1 parent f986891 commit d2b3bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/young-queens-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

ci: configure timeout for docs and lint jobs
1 change: 1 addition & 0 deletions .github/workflows/code-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
lint:
runs-on: ubuntu-latest
name: Lint
timeout-minutes: 30
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d2b3bae

Please sign in to comment.