Skip to content

Fix buttons alignment #163

Fix buttons alignment

Fix buttons alignment #163

Workflow file for this run

name: BlackLint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./app"
version: ">=24.8"