Skip to content

Added how many print steps to wait before early stopping to configs #87

Added how many print steps to wait before early stopping to configs

Added how many print steps to wait before early stopping to configs #87

Workflow file for this run

name: Run pre-commit hooks
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Checkout code
uses: actions/checkout@v4
- name: Checks with pre-commit
uses: pre-commit/action@v3.0.1