Skip to content

Update classifiers and project URLs in pyproject.toml #3

Update classifiers and project URLs in pyproject.toml

Update classifiers and project URLs in pyproject.toml #3

Workflow file for this run

name: Linting
on:
push:
branches:
- "*"
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Install Poetry
run: pipx install poetry
- name: Install dependencies and build package
run: |
poetry install
- name: Run pre-push script
run: poetry run python pre_push.py