I HAVE NO IDEA WHAT I AM DOING
Some checks failed
pre-commit / precommit (push) Failing after 0s

This commit is contained in:
2025-11-06 21:16:36 +00:00
commit cab24231a6

View File

@@ -0,0 +1,24 @@
name: pre-commit
on:
push:
branches:
- master
jobs:
precommit:
steps:
- name: checkout code
uses: actions/checkout@v2
- name: python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: install
run: |
pip install pre-commit
- name: run
run: pre-commit