diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 24df68dad..9b25b9ca6 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