Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

version.py

version.py #65

Workflow file for this run

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