Skip to content

Commit

Permalink
Merge branch 'master' into new-features
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires committed Dec 5, 2023
2 parents cded0ae + d36bc5e commit a484d6d
Show file tree
Hide file tree
Showing 11 changed files with 100,935 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

paths:
- .clang-format
- src/**
- source/**

pull_request:
paths:
- .clang-format
- src/**
- source/**

jobs:
check-format:
Expand All @@ -25,4 +25,4 @@ jobs:
run: sudo apt update -q && sudo apt install -yq clang-format

- name: Check code style
run: clang-format -n -style=file --Werror src/*.{cpp,h}
run: clang-format -n -style=file --Werror source/*.{cpp,h}
Loading

0 comments on commit a484d6d

Please sign in to comment.