diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index e2aee9e9..190ef450 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -1,16 +1,17 @@ # disabled. We might run it manually if needed. -#name: pre-commit -# -#on: +name: pre-commit + +on: + workflow_dispatch: # pull_request: # push: # branches: [main] -# -#jobs: -# pre-commit: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-python@v5 -# # SEE https://github.com/pre-commit/action -# - uses: pre-commit/action@v3.0.1 + +jobs: + pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: actions/setup-python@v5 + # SEE https://github.com/pre-commit/action + - uses: pre-commit/action@v3.0.1