We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-20.04
ubuntu-latest
1 parent 4d4ffb1 commit a41f18eCopy full SHA for a41f18e
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
pipx run doc8 --max-line-length=200
29
30
check_links:
31
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
32
steps:
33
- uses: actions/checkout@v4
34
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
@@ -65,7 +65,7 @@ jobs:
65
- uses: jupyterlab/maintainer-tools/.github/actions/report-coverage@v1
66
67
generate_changelog:
68
69
timeout-minutes: 10
70
71
0 commit comments