Skip to content

fix(Services): fix some problems with the testing of the services, no… #69

fix(Services): fix some problems with the testing of the services, no…

fix(Services): fix some problems with the testing of the services, no… #69

Workflow file for this run

name: Flake8 Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13.2'
- name: Install dependencies
run: |
pip install flake8
- name: Run Flake8
run: flake8 .