Skip to content

fix(Projects-service): remove pydantic dependency from `requirements.… #56

fix(Projects-service): remove pydantic dependency from `requirements.…

fix(Projects-service): remove pydantic dependency from `requirements.… #56

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 .