Skip to content

Commit

Permalink
docs: Update docs/how-it-works.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Sep 26, 2021
1 parent 5cc2d76 commit 6578963
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 511 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/format-tex.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: format-tex

on: [push, pull_request]

jobs:
format-tex:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Dependencies
run: |
sudo apt install chktex
- name: Run chktex
run: |
chktex --nowarn={1,2,8,11,12,36,39} docs/*.tex
Binary file modified docs/how-it-works.pdf
Binary file not shown.
Loading

0 comments on commit 6578963

Please sign in to comment.