Skip to content

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group #175

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group #175

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 .