Skip to content

Commit

Permalink
Revert "Bump j2kun/chktex-action from 2.0.0 to 2.1.0"
Browse files Browse the repository at this point in the history
This reverts commit 0cd73de.
  • Loading branch information
LeroyR committed Jan 6, 2025
1 parent 2a745a6 commit 79cfe5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: LaTeX linter (chktex)
uses: j2kun/chktex-action@v2.1.0
uses: j2kun/chktex-action@v2.0.0
# Provide this output for context, but don't fail builds
continue-on-error: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: LaTeX linter (chktex)
uses: j2kun/chktex-action@v2.1.0
uses: j2kun/chktex-action@v2.0.0
# Provide this output for context, but don't fail builds
continue-on-error: true
env:
Expand Down

0 comments on commit 79cfe5a

Please sign in to comment.