Skip to content

Commit

Permalink
Name CI Jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Nov 2, 2023
1 parent 07855c5 commit 1b33725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "*"
jobs:
build-html:
name: Build HTML
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -29,6 +30,7 @@ jobs:
run: |
make latexpdf
build-pdf:
name: Build PDF
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -51,6 +53,7 @@ jobs:
name: gm0-pdf
path: build/latex/GameManual0.pdf
check-links:
name: Check Links (diff)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -71,6 +74,7 @@ jobs:
name: linkcheck-output.txt
path: build/linkcheck/output.txt
check-linting:
name: Check Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -84,6 +88,7 @@ jobs:
run: |
make lint
check-spelling:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -93,6 +98,7 @@ jobs:
locale: "US"
reporter: "github-check"
check-redirects:
name: Check Redirects
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
check-links:
name: Check Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1b33725

Please sign in to comment.