Update submodules #60
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: UTM link lint | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| workflow_dispatch: | |
| jobs: | |
| utm-link-lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Checkout common-ci | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: 51Degrees/common-ci | |
| path: utm-lint-common-ci | |
| - name: Lint 51degrees.com links | |
| shell: pwsh | |
| run: ./utm-lint-common-ci/scripts/utm-lint.ps1 -RepoRoot . |