Skip to content

Allow using moth/non-moth model as terminal classifier (#70) #253

Allow using moth/non-moth model as terminal classifier (#70)

Allow using moth/non-moth model as terminal classifier (#70) #253

Workflow file for this run

name: Syntax checks
on:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
# - uses: pre-commit/action@v2.0.0