Skip to content

Improve/test conv lowering convmnist #383

Improve/test conv lowering convmnist

Improve/test conv lowering convmnist #383

Workflow file for this run

name: Run pre-commit
on:
workflow_dispatch:
pull_request:
branches: [ main, dev ]
push:
branches: [ main, dev ]
jobs:
lint:
name: Lint PR or Push to DEV
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.8]
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/[email protected]