add pre-commit workflow and readme.md changes to point to debugging tools first

This commit is contained in:
dmahan93 2025-05-09 10:15:59 -05:00
parent d54376a617
commit baf2732f87
2 changed files with 18 additions and 3 deletions

14
.github/workflows/pre-commit.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1