Make ci.yml compatible with act to allow local testing (#12866)

This commit is contained in:
Nils Caspar 2020-09-05 12:11:51 -07:00 committed by GitHub
parent 83de5fab2a
commit 503202b592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Run clang-format
shell: sh
run: scripts/check-code-formatting
windows:
name: Windows