Skip to content

Latent Variable Discovery Project - Louie #925

Latent Variable Discovery Project - Louie

Latent Variable Discovery Project - Louie #925

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run lint
uses: pre-commit/action@v3.0.0