Merge pull request #1342 from markus-jehl/issue/1335-test-blocks-on-c… #270
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check | |
on: | |
- push | |
- pull_request | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
name: pre-commit | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v2 | |
- run: sudo apt-get install -yqq clang-format | |
- uses: pre-commit/action@v2.0.0 |