Skip to content

fix indentation issues with actions #110

fix indentation issues with actions

fix indentation issues with actions #110

Workflow file for this run

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