Skip to content

Commit be26243

Browse files
author
Rob Walker
authored
Remove obsolete pretty check workflow (project-chip#406)
1 parent f5e668f commit be26243

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-main.yml

-6
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13-
- name: Run Pretty Check
14-
run: |
15-
sudo apt install clang-format-9
16-
./bootstrap
17-
make -f Makefile-Standalone pretty-check
18-
1913
- name: Run Build
2014
run: ./integrations/docker/run_docker_build.sh

0 commit comments

Comments
 (0)