From 434f540572a0f00e1c07bbb78085e5fd4078bea7 Mon Sep 17 00:00:00 2001 From: Smorci Date: Tue, 21 May 2024 22:23:00 +0100 Subject: [PATCH] PM-1643 Pre-commit CI --- .github/workflows/pre-commit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/pre-commit.yaml diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml new file mode 100644 index 00000000..be51dfc2 --- /dev/null +++ b/.github/workflows/pre-commit.yaml @@ -0,0 +1,14 @@ +name: pre-commit + +on: + pull_request: + push: + branches: [main] + +jobs: + pre-commit: + runs-on: minafoundation-default-runners + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + - uses: pre-commit/action@v3.0.1