From 83ab9575efa682c72243d2dad2d49be66de28bd0 Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Thu, 9 Nov 2023 07:56:15 -0300 Subject: [PATCH] add pre-commit to lint ci --- .github/workflows/lint.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 24df68da..9b25b9ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -55,3 +55,10 @@ jobs: # threshold for pipeline to fail if we go below average, module, or block complexity # https://github.com/rubik/xenon run: make xenon + + pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v3 + - uses: pre-commit/action@v3.0.0 \ No newline at end of file