Skip to content

Logic for interpreting an image into blocks and codels, and images us… #18

Logic for interpreting an image into blocks and codels, and images us…

Logic for interpreting an image into blocks and codels, and images us… #18

Workflow file for this run

name: Lint
on:
push:
pull_request:
concurrency: lint-${{ github.sha }}
jobs:
lint:
runs-on: ubuntu-latest
env:
PYTHON_VERSION: "3.11"
steps:
- name: Check out repository.
uses: actions/checkout@v3
- name: Set up Python ${{ env.PYTHON_VERSION }}.
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Run pre-commit hooks.
uses: pre-commit/[email protected]