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 4242 publish-generator :
4343
4444 runs-on : ubuntu-latest
45-
45+ needs : [publish-annotation, publish-cli]
4646 steps :
4747 - name : Checkout
4848 uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -123,4 +123,4 @@ class _MyHomePageState extends State<MyHomePage> {
123123 ), // This trailing comma makes auto-formatting nicer for build methods.
124124 );
125125 }
126- }
126+ }
Original file line number Diff line number Diff line change 22# projects at Google. For details and rationale,
33# see https://github.com/dart-lang/pedantic#enabled-lints.
44include : package:pedantic/analysis_options.yaml
5- include : package:lints/recommended.yaml
65
76# For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
87# Uncomment to specify additional rules.
Original file line number Diff line number Diff line change @@ -10,20 +10,19 @@ dependencies:
1010 build : ' >=0.12.6 <=3.0.0'
1111 source_gen : ' >=1.0.0 <=2.0.0'
1212 path : ' >=1.0.0 <=2.0.0'
13- openapi_generator_annotations : ^4.11 .0
13+ openapi_generator_annotations : ^4.12 .0
1414 analyzer : ' >=2.0.0 <=6.0.0'
15- openapi_generator_cli : ^4.11 .0
15+ openapi_generator_cli : ^4.12 .0
1616 yaml : ^3.1.2
1717 http : ^1.1.0
1818
1919dev_dependencies :
2020 test : ^1.24.2
2121 build_runner : ' >=1.0.0 <3.0.0'
2222 build_test : ' >=1.2.0 <3.0.0'
23- source_gen_test : ^1.0.6
23+ source_gen_test :
2424 pedantic :
2525 coverage : ^1.6.3
26- lints : ^2.1.1
2726
2827dependency_overrides :
2928 openapi_generator_annotations :
You can’t perform that action at this time.
0 commit comments