fix(TKC-2188): use global.defaultRegistry for Test Workflows #9084
Workflow file for this run
This file contains 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: "Linting pr" | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
- synchronize | |
jobs: | |
prlint: | |
name: Lint PR | |
runs-on: ubuntu-latest | |
steps: | |
# Please look up the latest version from | |
# https://github.com/amannn/action-semantic-pull-request/releases | |
- name: Lint PR | |
uses: amannn/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }} |