Skip to content

Commit 99b805c

Browse files
szymon-czaprackisjanc
authored andcommitted
ci: Remove compliance check for config file
Configuration file will be updated daily. No need to check it for every pull request.
1 parent da659c9 commit 99b805c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/compliance_check.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
- name: check style
3737
shell: bash
3838
run: |
39-
wget -O .clang-format-core https://raw.githubusercontent.com/apache/mynewt-core/refs/heads/master/.clang-format
40-
if ! cmp -s ".clang-format-core" ".clang-format"; then
41-
echo "Mismatched clang-format configurations!"
42-
exit 1
43-
fi
44-
4539
set +e
4640
INFO_URL="https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md"
4741
GIT_BASE=$(git merge-base origin/master HEAD)

0 commit comments

Comments
 (0)