File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 10
10
- ' **'
11
11
12
12
jobs :
13
- checks :
13
+ pre :
14
14
runs-on : ubuntu-latest
15
15
strategy :
16
16
matrix :
@@ -21,12 +21,18 @@ jobs:
21
21
if : ${{ matrix.sdk != '2.19.6' }}
22
22
run : |
23
23
./tool/delete_dart_2_only_files.sh
24
- -
uses :
Workiva/gha-dart-oss/.github/workflows/[email protected]
25
- with :
26
- additional-checks : |
27
- no_entrypoint_imports
28
- sdk : ${{ matrix.sdk }}
29
- format-check : ${{ matrix.sdk == '2.19.6' }}
24
+
25
+ checks :
26
+ needs : pre
27
+ strategy :
28
+ matrix :
29
+ sdk : ${{ steps.pre.strategy.matrix.sdk }}
30
+ uses :
Workiva/gha-dart-oss/.github/workflows/[email protected]
31
+ with :
32
+ additional-checks : |
33
+ no_entrypoint_imports
34
+ sdk : ${{ matrix.sdk }}
35
+ format-check : ${{ matrix.sdk == '2.19.6' }}
30
36
31
37
# Run as a separate job outside the Dart SDK matrix below,
32
38
# since we can only emit a single SBOM.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments