name: test-clang-format on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 2 - uses: owncloud-ci/git-clang-format-lint@master