Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Fix/consolidated security and error handling (#38) #78

Fix/consolidated security and error handling (#38)

Fix/consolidated security and error handling (#38) #78

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install poetry
run: pipx install poetry
- uses: pre-commit/action@v3.0.1