Skip to content

Commit

Permalink
Merge pull request #263 from kjvbrt/format
Browse files Browse the repository at this point in the history
Relaxing clang-format status output
  • Loading branch information
BrieucF committed Mar 28, 2023
2 parents d6858e3 + 976f808 commit 6e93bbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -46,4 +44,4 @@ jobs:
- name: Check cleanliness
run: |
docker exec CI_container /bin/bash -c 'cd ./Package
git diff --exit-code'
git diff'

0 comments on commit 6e93bbe

Please sign in to comment.