Skip to content

remove *another* test_model.py lol #840

remove *another* test_model.py lol

remove *another* test_model.py lol #840

Workflow file for this run

name: format-check
on: [push,pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
architecture: x64
- uses: psf/black@23.1.0
with:
options: "--check"
src: "./lfm_data_utilities"