Skip to content

chore: Migrate from MacCatalyst to macOS Desktop (Skia) #1314

chore: Migrate from MacCatalyst to macOS Desktop (Skia)

chore: Migrate from MacCatalyst to macOS Desktop (Skia) #1314

parameters:

Check failure on line 1 in .github/workflows/azure-devops-commitsar.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/azure-devops-commitsar.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'parameters', (Line: 5, Col: 1): A sequence was not expected
vmImage: ''
jobs:
- job: Commitsar
displayName: 'Conventional Commits Validation'
pool:
vmImage: ${{ parameters.vmImage }}
steps:
- checkout: self
clean: true
persistCredentials: true
- bash: |
curl -L -O https://github.com/aevea/commitsar/releases/download/v0.16.0/commitsar_0.16.0_Linux_x86_64.tar.gz
tar -xzf commitsar_0.16.0_Linux_x86_64.tar.gz
./commitsar
condition: ne(variables['System.PullRequest.PullRequestNumber'], '')
- template: templates/generate-changelog.yml