Skip to content

Fixes #230: Server crash due to lack of background task for send_mass_email at event registration #40

Fixes #230: Server crash due to lack of background task for send_mass_email at event registration

Fixes #230: Server crash due to lack of background task for send_mass_email at event registration #40

Workflow file for this run

name: Ruff
on:
pull_request:
paths-ignore:
- 'docs/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1