Skip to content

Commit

Permalink
Bump action version and add ci timeouts (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc authored Feb 6, 2024
1 parent 21362f1 commit d7f3511
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ permissions:
jobs:
documentation-links:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "docs-community"
single-version: "true"
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permissions:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ jobs:
build-sphinx:
name: Build with Sphinx
runs-on: ubuntu-latest
timeout-minutes: 10

steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v4
Expand Down

0 comments on commit d7f3511

Please sign in to comment.