Skip to content

[Spec] clarifications to Quant op spec #12

[Spec] clarifications to Quant op spec

[Spec] clarifications to Quant op spec #12

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]