Skip to content

Merge pull request #20 from Co-Evolve/develop #39

Merge pull request #20 from Co-Evolve/develop

Merge pull request #20 from Co-Evolve/develop #39

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/