Merge pull request #383 from buildingSMART/bug/fix-link #203
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
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json | |
name: audit-all-ids-files | |
on: | |
workflow_dispatch: # Allow running the workflow manually from the GitHub UI | |
push: | |
branches: | |
- master | |
- development | |
- 1.0.x | |
- 1.1.x | |
- 2.0.x | |
pull_request: | |
branches: [ "*" ] # Run the workflow for all pull requests | |
jobs: | |
check-test-cases: | |
name: audit-all-ids-files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run './RepositoryAutomation/build.cmd AuditAllIdsFiles' | |
run: ./RepositoryAutomation/build.cmd AuditAllIdsFiles |