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.
1 parent bcc72c2 commit ab37dcdCopy full SHA for ab37dcd
.github/workflows/additional.yml
@@ -8,6 +8,9 @@ jobs:
8
min-version-policy:
9
name: Minimum Version Policy
10
runs-on: "ubuntu-latest"
11
+ defaults:
12
+ run:
13
+ shell: bash -l {0}
14
steps:
15
- uses: actions/checkout@v5
16
- uses: astral-sh/setup-uv@v7
@@ -21,7 +24,9 @@ jobs:
21
24
linkcheck:
22
25
name: pixi run docs-linkcheck
23
26
-
27
28
29
30
31
32
0 commit comments