From fb816142fb9582a516fe53119631ddbbee209fec Mon Sep 17 00:00:00 2001 From: Juan Orduz Date: Fri, 21 Jun 2024 10:01:44 +0200 Subject: [PATCH] add it back (#764) --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f10fc0c9a..adc1b9933 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,12 @@ env: OLDEST_PYMC_VERSION: "$(grep -E 'pymc *>' pyproject.toml | sed -n 's/.*>=\\([0-9]*\\.[0-9]*\\.[0-9]*\\).*/\\1/p')" jobs: + pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + - uses: pre-commit/action@v3.0.1 test: runs-on: ubuntu-latest strategy: