Skip to content

Commit 79a3b58

Browse files
committed
Merge remote-tracking branch 'origin/master' into mypy
2 parents 199f2a1 + 0779e11 commit 79a3b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ pr:
77

88
jobs:
99
- job: authors_check
10+
pool:
11+
vmImage: 'ubuntu-latest'
1012
steps:
1113
- script: |
1214
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

Comments
 (0)