File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010 RUNNER : tools/run-tests.py
1111
1212jobs :
13- check-tidy :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : actions/checkout@v4
17- with :
18- submodules : true
19- - name : Install Packages
20- run : |
21- sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ focal main universe"
22- sudo apt update
23- sudo apt install -y clang-format-10
24- - name : Test
25- run : tools/check_tidy.py
13+ # check-tidy:
14+ # runs-on: ubuntu-latest
15+ # steps:
16+ # - uses: actions/checkout@v4
17+ # with:
18+ # submodules: true
19+ # - name: Install Packages
20+ # run: |
21+ # sudo add-apt-repository "deb http://mirrors.kernel.org/ubuntu/ focal main universe"
22+ # sudo apt update
23+ # sudo apt install -y clang-format-10
24+ # - name: Test
25+ # run: tools/check_tidy.py
2626
2727 build-on-macos :
2828 strategy :
You can’t perform that action at this time.
0 commit comments