Skip to content

Merge pull request #103 from PnX-SI/release/2.1.5 #121

Merge pull request #103 from PnX-SI/release/2.1.5

Merge pull request #103 from PnX-SI/release/2.1.5 #121

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Backend code formatting check (Black)
uses: psf/black@stable