Skip to content

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

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

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

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 .