Skip to content

Bump version

Bump version #170

Workflow file for this run

name: Lint UMI
on:
pull_request:
workflow_dispatch:
push:
branches: main
jobs:
lint_python:
name: Lint Python Code
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Lint with Flake8
run: |
pip install --upgrade pip
pip install .[test]
flake8 --statistics .