Skip to content

Commit d68a5ca

Browse files
committed
test(actions): Using git diff to check updated cls.
1 parent 8b61111 commit d68a5ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .github/workflows/test.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,14 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- name: Check spelling of bithesis.dtx
2929
uses: crate-ci/typos@master
30+
31+
ensure_updated_cls:
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v2
35+
- uses: xu-cheng/texlive-action/full@v1
36+
with:
37+
run: |
38+
apk add make
39+
make copy
40+
[[ `git status --porcelain`]]

0 commit comments

Comments
 (0)