Add main requirements for type checking

This commit is contained in:
Veronica Berglyd Olsen
2025-03-30 23:20:16 +02:00
parent 15de0c8dd7
commit 01275876c1
+2 -2
View File
@@ -1,4 +1,4 @@
name: Flake8 name: Linting
on: on:
push: push:
@@ -22,7 +22,7 @@ jobs:
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install flake8 - name: Install flake8
run: pip install -r requirements-dev.txt run: pip install -r requirements.txt -r requirements-dev.txt
- name: Syntax Check - name: Syntax Check
run: | run: |
flake8 --version flake8 --version