This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Christian Zangl 04803c6714
publish1
2024-01-13 19:59:27 +01:00

15 lines
241 B
YAML

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: psf/black@stable