Skip to content

fix(orfs): link to the 1.2V version of the cell library pdf from the … #254

fix(orfs): link to the 1.2V version of the cell library pdf from the …

fix(orfs): link to the 1.2V version of the cell library pdf from the … #254

Workflow file for this run

name: Python Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install pre-commit
run: pip install pre-commit
- name: Check code with pre-commit
run: pre-commit run --all-files