Skip to content

Commit

Permalink
lint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
etene committed Jul 4, 2024
1 parent 2b72c8f commit 0b9e339
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .chktexrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
CmdLine {
-v
-n 10
-n 17
-n 16
-n 25
-n 9
}
TabSize = 4
7 changes: 5 additions & 2 deletions .github/workflows/generate_songbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install build dependencies
- name: Install build & lint dependencies
run: |
sudo apt update
sudo apt install --no-install-recommends make texlive-music texlive-lang-french texlive-latex-extra qrencode
sudo apt install --no-install-recommends make texlive-music texlive-lang-french texlive-latex-extra qrencode chktex
- name: Lint Latex files
run: |
make lint
- name: Generate songbook
run: |
latex --version
Expand Down

0 comments on commit 0b9e339

Please sign in to comment.