Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .explcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ ignored_issues = [
# TODO: Improve styles after *.dtx is directly supported. https://github.com/Witiko/expltools/issues/20
"S103", # line too long
"S204", # missing stylistic whitespaces
"W401", # unused private function
]
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3
- uses: TeX-Live/setup-texlive-action@v3
with:
version: 2024
package-file: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3
- uses: TeX-Live/setup-texlive-action@v3
with:
version: ${{ matrix.tl-version }}
package-file: |
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3
- uses: TeX-Live/setup-texlive-action@v3
with:
packages: |
scheme-minimal
Expand Down