Skip to content

build(deps): bump flask-cors from 3.0.10 to 5.0.0 #179

build(deps): bump flask-cors from 3.0.10 to 5.0.0

build(deps): bump flask-cors from 3.0.10 to 5.0.0 #179

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install dependencies
run: make install
- name: Run test
run: make test