Apply flake8 to manual preprocessor

This commit is contained in:
Zhaofeng Li 2022-06-24 17:34:37 -07:00
parent a17e4eda17
commit d37270f292
3 changed files with 20 additions and 14 deletions

View file

@ -1,4 +1,4 @@
name: Check EditorConfig
name: Linters
on:
pull_request:
@ -17,4 +17,8 @@ jobs:
name: colmena
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell --run "editorconfig-checker"
- name: Check EditorConfig
run: nix-shell --run "editorconfig-checker"
- name: Check flake8
run: nix-shell --run "flake8 manual/preprocess.py"