Skip to content

Commit ba1ab10

Browse files
authored
Simplify clang-format workflow by removing matrix
1 parent 22a330f commit ba1ab10

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ on:
88
- master
99
jobs:
1010
clang-format:
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
os: [ubuntu-latest, ubuntu-slim]
11+
runs-on: ubuntu-latest
1612
steps:
1713
- uses: actions/checkout@v3
1814
- run: sudo apt-get install -y clang-format-15

0 commit comments

Comments
 (0)