Add comprehensive GitHub Copilot instructions for cpp-linter-hooks development #292
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: | |
branches: main | |
workflow_dispatch: | |
jobs: | |
pre-commit: | |
uses: cpp-linter/.github/.github/workflows/pre-commit.yml@main |