Skip to content

Learning rate schedules and Mamba layer (#282) #22

Learning rate schedules and Mamba layer (#282)

Learning rate schedules and Mamba layer (#282) #22

Workflow file for this run

name: Run pre-commit
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
lint:
name: Lint PR or Push to main
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8.10]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run Lint
uses: pre-commit/action@v2.0.0