Skip to content

Commit

Permalink
ci: remove ensure_updated_cls.
Browse files Browse the repository at this point in the history
  • Loading branch information
fky2015 committed Jul 13, 2023
1 parent 85a50d5 commit 938db78
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ jobs:
- name: Check spelling of bithesis.dtx
uses: crate-ci/typos@master

ensure_updated_cls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
name: Check there is nothing to diff.
with:
run: |
apk add make git
git config --global --add safe.directory /github/workspace
make check-cls
markdown-link-check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 938db78

Please sign in to comment.