Skip to content

Added repo and engine code, as well as pytests (#28) #84

Added repo and engine code, as well as pytests (#28)

Added repo and engine code, as well as pytests (#28) #84

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
version: "~= 23.11.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.1.6