Skip to content

Configured server not to serve the special backup file, separated CRC… #50

Configured server not to serve the special backup file, separated CRC…

Configured server not to serve the special backup file, separated CRC… #50

Workflow file for this run

name: Black python formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"