Skip to content

Commit b284ce9

Browse files
committed
switch test action to main branch
1 parent e886b9f commit b284ce9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/run-dev-tests.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Install clang v7
7878
if: matrix.os == 'Linux'
79-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
79+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
8080
with:
8181
version: '7'
8282

@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Install clang v8
9090
if: matrix.os == 'Linux'
91-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
91+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
9292
with:
9393
version: '8'
9494

@@ -99,7 +99,7 @@ jobs:
9999
run: just test
100100

101101
- name: Install clang v9
102-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
102+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
103103
with:
104104
version: '9'
105105

@@ -109,7 +109,7 @@ jobs:
109109
run: just test
110110

111111
- name: Install clang v10
112-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
112+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
113113
with:
114114
version: '10'
115115

@@ -119,7 +119,7 @@ jobs:
119119
run: just test
120120

121121
- name: Install clang 11
122-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
122+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
123123
with:
124124
version: '11'
125125

@@ -129,7 +129,7 @@ jobs:
129129
run: just test
130130

131131
- name: Install clang 12
132-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
132+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
133133
with:
134134
version: '12'
135135

@@ -139,7 +139,7 @@ jobs:
139139
run: just test
140140

141141
- name: Install clang 13
142-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
142+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
143143
with:
144144
version: '13'
145145

@@ -149,7 +149,7 @@ jobs:
149149
run: just test
150150

151151
- name: Install clang 14
152-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
152+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
153153
with:
154154
version: '14'
155155

@@ -159,7 +159,7 @@ jobs:
159159
run: just test
160160

161161
- name: Install clang 15
162-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
162+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
163163
with:
164164
version: '15'
165165

@@ -169,7 +169,7 @@ jobs:
169169
run: just test
170170

171171
- name: Install clang 16
172-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
172+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
173173
with:
174174
version: '16'
175175

@@ -179,7 +179,7 @@ jobs:
179179
run: just test
180180

181181
- name: Install clang 17
182-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
182+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
183183
with:
184184
version: '17'
185185

@@ -189,7 +189,7 @@ jobs:
189189
run: just test
190190

191191
- name: Install clang 18
192-
uses: cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
192+
uses: cpp-linter/cpp_linter_rs/install-clang-action@main
193193
with:
194194
version: '18'
195195

0 commit comments

Comments
 (0)