Skip to content

πŸ“ DOC: LEGACY BRANCH #102

πŸ“ DOC: LEGACY BRANCH

πŸ“ DOC: LEGACY BRANCH #102

Workflow file for this run

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