This commit is contained in:
kaloster
2024-09-09 16:53:52 -04:00
parent 8bde7c1c1f
commit b43bce4321
+4 -1
View File
@@ -32,7 +32,10 @@ jobs:
run: |
pip install flake8
pip install black
cd client
pip install setuptools
- name: Install client dependencies
run: |
cd client
npm install
- name: Format with black and lint with flake8
run: |