Skip to content

add auto module for hyperparameter optimization (#306) #737

add auto module for hyperparameter optimization (#306)

add auto module for hyperparameter optimization (#306) #737

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- name: Install linters
run: pip install mypy ruff
- name: Lint
run: ./action_files/lint