Skip to content

fix: correct removal of ineligible chat members #299

fix: correct removal of ineligible chat members

fix: correct removal of ineligible chat members #299

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