Skip to content

build(deps): bump NUnit from 3.14.0 to 4.1.0 #20

build(deps): bump NUnit from 3.14.0 to 4.1.0

build(deps): bump NUnit from 3.14.0 to 4.1.0 #20

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