Skip to content

feat(def): 3x4, 4x4 and 5x4 tile sizes #190

feat(def): 3x4, 4x4 and 5x4 tile sizes

feat(def): 3x4, 4x4 and 5x4 tile sizes #190

Workflow file for this run

name: Python Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install pre-commit
run: pip install pre-commit
- name: Check code with pre-commit
run: pre-commit run --all-files