Skip to content

refactor(core): replace explicit commit with flush in services #332

refactor(core): replace explicit commit with flush in services

refactor(core): replace explicit commit with flush in services #332

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