Skip to content

Commit

Permalink
Merge pull request #172 from clearmatics/github-actions
Browse files Browse the repository at this point in the history
C++ code formatting in CI
  • Loading branch information
AntoineRondelet committed Mar 18, 2020
2 parents 232cf85 + d377727 commit cd77930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
submodules: recursive
- name: Execute
run: CI_USE_DOCKER=1 CI_CONFIG=${{ matrix.config }} scripts/ci build
run: CI_CHECK_FORMAT=1 CI_USE_DOCKER=1 CI_CONFIG=${{ matrix.config }} scripts/ci build

build-linux-release-pghr13:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit cd77930

Please sign in to comment.