Skip to content

Add release workflow for PyPI publish automation #294

Add release workflow for PyPI publish automation

Add release workflow for PyPI publish automation #294

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/action@v2.0.0