Skip to content

Merge pull request #32 from yarikoptic/enh-codespell #29

Merge pull request #32 from yarikoptic/enh-codespell

Merge pull request #32 from yarikoptic/enh-codespell #29

Workflow file for this run

name: Model checks
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Run checks
run: |
make check-models