feat: add _is_version_installed function and corresponding tests
#374
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: PR Auto-labeler | |
| on: | |
| # pull_request event is required for auto-labeler | |
| pull_request: | |
| types: [opened, reopened, synchronize] | |
| permissions: {} | |
| jobs: | |
| draft-release: | |
| permissions: | |
| pull-requests: write | |
| contents: read | |
| uses: cpp-linter/.github/.github/workflows/pr-labeler.yml@main |