test-oidc-client/.forgejo/workflows/tests.yaml
Benjamin Renard 2b994f5898
Some checks failed
Run tests / tests (push) Failing after 38s
Initial version
2024-07-24 18:13:46 +02:00

14 lines
323 B
YAML

---
name: Run tests
on: [push]
jobs:
tests:
runs-on: docker
container:
image: docker.io/brenard/python-pre-commit:latest
options: "--workdir /src"
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run pre-commit
run: pre-commit run --all-files