Skip to content

build(deps): bump Uno.WinUI.RemoteControl from 5.1.80 to 5.3.52 #17

build(deps): bump Uno.WinUI.RemoteControl from 5.1.80 to 5.3.52

build(deps): bump Uno.WinUI.RemoteControl from 5.1.80 to 5.3.52 #17

parameters:
vmImage: ''
jobs:
- job: Commitsar

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 5
displayName: 'Conventional Commits Validation'
pool:
vmImage: ${{ parameters.vmImage }}
steps:
- checkout: self
clean: 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