Skip to content

Commit 969b2da

Browse files
committed
add link to documentation for the runner
1 parent c58eac0 commit 969b2da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/gmake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
7+
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
88
strategy:
99
matrix:
1010
python-version: ["3.11", "3.12", "3.13"]

.github/workflows/mypy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
7+
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
88
strategy:
99
matrix:
1010
python-version: ["3.11", "3.12", "3.13"]

.github/workflows/pylint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
7+
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
88
strategy:
99
matrix:
1010
python-version: ["3.11", "3.12", "3.13"]

.github/workflows/shellcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
7+
runs-on: ubuntu-24.04 # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
88
steps:
99
-
1010
name: Checkout project

0 commit comments

Comments
 (0)