We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc00a7 commit 0779e11Copy full SHA for 0779e11
azure-pipelines.yml
@@ -7,6 +7,8 @@ pr:
7
8
jobs:
9
- job: authors_check
10
+ pool:
11
+ vmImage: 'ubuntu-latest'
12
steps:
13
- script: |
14
MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')
0 commit comments