Skip to content

chore: Remove print statement #7

chore: Remove print statement

chore: Remove print statement #7

name: BE lint & test
on:
push:
branches-ignore:
- main
paths:
- 'backend/**'
jobs:
lint:
uses: ./.github/workflows/lint-python.yml
test:
needs:
- lint
uses: ./.github/workflows/test-python.yml