check_pg_streaming_replication/.forgejo/workflows/tests.yaml
Benjamin Renard 97f4875aee
All checks were successful
Run tests / tests (push) Successful in 1m33s
Configure CI to run tests
2024-07-15 15:25:40 +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