Skip to content

Commit b6e25dd

Browse files
committed
Check styling after setup to have the updated llvm
1 parent 5b0e9b8 commit b6e25dd

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@ name: test
22
on: [push, pull_request]
33
jobs:
44

5-
style-check:
6-
runs-on: ubuntu-24.04
7-
steps:
8-
- uses: actions/checkout@v3
9-
- run: sudo apt install clang-format yapf3
10-
- run: ./scripts/style.sh
11-
125
tests:
13-
needs: style-check
146
runs-on: ubuntu-24.04
157
strategy:
168
matrix:
@@ -25,6 +17,7 @@ jobs:
2517
with:
2618
submodules: 'recursive'
2719
- run: ./depends/setup.sh
20+
- run: ./scripts/style.sh
2821
- run: ./scripts/configure.sh -d -t --${{ matrix.cc }}
2922
- run: ./scripts/build.sh
3023
- run: ./scripts/test.sh

0 commit comments

Comments
 (0)