Skip to content

fix tests

fix tests #108

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"