There was an error while loading. Please reload this page.
1 parent 0661704 commit 173bcb5Copy full SHA for 173bcb5
3 files changed
.github/workflows/ci.yml
@@ -8,11 +8,11 @@ env:
8
jobs:
9
test:
10
name: Check build, markup, and links
11
-
12
runs-on: ubuntu-latest
+ timeout-minutes: 10
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
- uses: actions/setup-python@v4
17
with:
18
python-version: "3"
.github/workflows/documentation-links.yml
@@ -10,6 +10,7 @@ permissions:
documentation-links:
- uses: readthedocs/actions/preview@v1
.github/workflows/lint.yml
@@ -5,9 +5,10 @@ on: [push, pull_request, workflow_dispatch]
5
6
lint:
7
python-version: "3.x"
0 commit comments