Skip to content

v1.0.2

v1.0.2 #19

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format code with Black
uses: psf/black@stable
with:
src: moojoco/