Skip to content

test: add unit tests for create_project function with success and err… #6

test: add unit tests for create_project function with success and err…

test: add unit tests for create_project function with success and err… #6

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 .