Skip to content

moving to pdm from poetry and updating token stuff #105

moving to pdm from poetry and updating token stuff

moving to pdm from poetry and updating token stuff #105

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Checkout black and run it
uses: psf/black@stable
with:
options: "--check --verbose"
src: "./krypto"