fix: make OsduClient service-client initialisation thread-safe #186
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: Lint Pull Request | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| permissions: {} | |
| jobs: | |
| lint-pr: | |
| name: Lint PR Title | |
| permissions: | |
| contents: read | |
| uses: equinor/ops-actions/.github/workflows/commitlint.yml@2198d70491e461c59dd3560b9ea10b1080d863c5 # v9.39.6 | |
| with: | |
| message: ${{ github.event.pull_request.title }} |