File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
paths-ignore :
10
10
- ' **/*.md'
11
+ workflow_call :
11
12
workflow_dispatch :
12
13
13
14
jobs :
Original file line number Diff line number Diff line change 7
7
- prereleased
8
8
9
9
jobs :
10
+ Quality checks 👌🧪 :
11
+ uses : gibahjoe/openapi-generator-dart/.github/workflows/code_quality.yml@main
10
12
publish-cli :
11
-
12
13
runs-on : ubuntu-latest
13
14
needs : [Dart CI Checks, Build example project 🛠️]
14
-
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v1
23
23
flutter_package : true
24
24
skip_test : true
25
25
dry_run : false
26
-
27
26
publish-annotation :
28
-
29
27
runs-on : ubuntu-latest
30
28
needs : [Dart CI Checks, Build example project 🛠️]
31
-
32
29
steps :
33
30
- name : Checkout
34
31
uses : actions/checkout@v1
40
37
flutter_package : true
41
38
skip_test : true
42
39
dry_run : false
43
-
44
40
publish-generator :
45
-
46
41
runs-on : ubuntu-latest
47
42
needs : [publish-annotation, publish-cli]
48
43
steps :
You can’t perform that action at this time.
0 commit comments