Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Add support to change behaviour based on feature flags #134

Add support to change behaviour based on feature flags

Add support to change behaviour based on feature flags #134

name: py: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
- run: pip install .[tests]
- uses: pre-commit/[email protected]