Update .gitea/workflows/test.yaml
Some checks failed
pre-commit / precommit (push) Has been cancelled

This commit is contained in:
2025-11-12 18:05:24 +00:00
parent cab24231a6
commit 5d119e6cdc

View File

@@ -7,18 +7,20 @@ on:
jobs:
precommit:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: checkout code
uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v4
- name: python
- name: Setup Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: install
- name: Install pre-commit
run: |
pip install pre-commit
- name: run
- name: Run pre-commit hooks
run: pre-commit