ci: disallow some common capitalization mistakes (#2472)

* ci: only annotate linux for now

* style: block some common mistakes
This commit is contained in:
Henry Schreiner
2020-09-08 09:26:50 -04:00
committed by GitHub
parent 064a03a49b
commit 37f845a1dc
7 changed files with 16 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ on:
jobs:
standard:
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, windows-latest, macos-latest]
arch: [x64]
@@ -103,6 +104,7 @@ jobs:
run: python -m pip install -r tests/requirements.txt --prefer-binary
- name: Setup annotations
if: runner.os == 'Linux'
run: python -m pip install pytest-github-actions-annotate-failures
- name: Configure C++11 ${{ matrix.args }}