chore(deps): bump esacteksab/.github from 1974c1790378cb8c665fabd34f8cc18a40653eef to 8f758c1a23a49581f80570f2977de55597cd974c #8
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pre-Commit | |
| on: | |
| pull_request: | |
| branches: | |
| - "main" | |
| push: | |
| branches: | |
| - "*" | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref_name }} | |
| cancel-in-progress: true | |
| env: | |
| SKIP: ${{ vars.SKIP }} | |
| permissions: | |
| contents: read | |
| jobs: | |
| precommit-reusable: | |
| uses: esacteksab/.github/.github/workflows/pre-commit.yml@8f758c1a23a49581f80570f2977de55597cd974c |