File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 42
42
publish-generator :
43
43
44
44
runs-on : ubuntu-latest
45
-
45
+ needs : [publish-annotation, publish-cli]
46
46
steps :
47
47
- name : Checkout
48
48
uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -123,4 +123,4 @@ class _MyHomePageState extends State<MyHomePage> {
123
123
), // This trailing comma makes auto-formatting nicer for build methods.
124
124
);
125
125
}
126
- }
126
+ }
Original file line number Diff line number Diff line change 2
2
# projects at Google. For details and rationale,
3
3
# see https://github.com/dart-lang/pedantic#enabled-lints.
4
4
include : package:pedantic/analysis_options.yaml
5
- include : package:lints/recommended.yaml
6
5
7
6
# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
8
7
# Uncomment to specify additional rules.
Original file line number Diff line number Diff line change @@ -10,20 +10,19 @@ dependencies:
10
10
build : ' >=0.12.6 <=3.0.0'
11
11
source_gen : ' >=1.0.0 <=2.0.0'
12
12
path : ' >=1.0.0 <=2.0.0'
13
- openapi_generator_annotations : ^4.11 .0
13
+ openapi_generator_annotations : ^4.12 .0
14
14
analyzer : ' >=2.0.0 <=6.0.0'
15
- openapi_generator_cli : ^4.11 .0
15
+ openapi_generator_cli : ^4.12 .0
16
16
yaml : ^3.1.2
17
17
http : ^1.1.0
18
18
19
19
dev_dependencies :
20
20
test : ^1.24.2
21
21
build_runner : ' >=1.0.0 <3.0.0'
22
22
build_test : ' >=1.2.0 <3.0.0'
23
- source_gen_test : ^1.0.6
23
+ source_gen_test :
24
24
pedantic :
25
25
coverage : ^1.6.3
26
- lints : ^2.1.1
27
26
28
27
dependency_overrides :
29
28
openapi_generator_annotations :
You can’t perform that action at this time.
0 commit comments