Skip to content

Commit

Permalink
check for timeout-minutes property in all GitHub Actions workflow j…
Browse files Browse the repository at this point in the history
…obs via pre-commit (aio-libs#1183)
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent 276ed7a commit 712730e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@ repos:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs
- id: check-jsonschema
alias: check-github-workflows-require-timeout
name: Check GitHub Actions workflow jobs set timeout-minutes
args:
- --builtin-schema
- github-workflows-require-timeout
files: ^\.github/workflows/[^/]+$
types:
- yaml

0 comments on commit 712730e

Please sign in to comment.