This repository was archived by the owner on Feb 23, 2026. It is now read-only.
chore: adds disable SNI on provider API request #149
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: Commit Lint | |
| on: | |
| - pull_request | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| commit-lint: | |
| name: Commit Lint | |
| uses: ./.github/workflows/commit-lint-reusable.yml | |
| secrets: inherit |