Skip to content

refactor: remove unused MongoDB configuration variables #3

refactor: remove unused MongoDB configuration variables

refactor: remove unused MongoDB configuration variables #3

Workflow file for this run

name: Lint code with ruff
on:
push:
branches:
- main
paths:
- "**/*.py"
pull_request:
branches:
- main
paths:
- "**/*.py"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Analysing the code with ruff
uses: astral-sh/ruff-action@v3
with:
args: "check"