docs: clarify the meaning of the rev tag and tool version specifica…
#656
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: | |
| push: | |
| branches: main | |
| pull_request: | |
| types: [opened, synchronize, reopened, edited] | |
| branches: main | |
| workflow_dispatch: | |
| jobs: | |
| pre-commit: | |
| uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main |