aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2021-07-08 10:13:40 +0200
committerLouis Burda <quent.burda@gmail.com>2021-07-08 10:13:40 +0200
commitc9de363126bb34112b76f85268ba1c7d9593135c (patch)
tree5f584a1391bcc08eb27c565029ce9e891cf794b6 /.github
parent0f251e10c9291d52793f8eb16c7b4d1bb95b601d (diff)
downloadenowars5-service-stldoctor-c9de363126bb34112b76f85268ba1c7d9593135c.tar.gz
enowars5-service-stldoctor-c9de363126bb34112b76f85268ba1c7d9593135c.zip
made stl parsing more robus by checking parent for each layer, added installation of normal checker requirements for linting check
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/enochecker_test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/enochecker_test.yml b/.github/workflows/enochecker_test.yml
index 0f1bfb6..0c00f91 100644
--- a/.github/workflows/enochecker_test.yml
+++ b/.github/workflows/enochecker_test.yml
@@ -31,6 +31,7 @@ jobs:
- name: Test checker style
run: |
cd checker
+ pip install -r src/requirements.txt
pip install -r dev-requirements.txt
make lint
- name: Start service