File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2121 - run : dart format --output=none --set-exit-if-changed .
2222 - run : dart analyze
2323 - run : dart test
24+ - run : dart doc
25+ - name : Upload generated dartdoc
26+ uses : actions/upload-artifact@v4
27+ with :
28+ name : docs-${{ matrix.sdk }}
29+ path : doc/
30+ - name : Evaluate score with pana
31+ run : |
32+ dart pub global activate pana
33+ dart pub global run pana .
2434 - name : Run example code
2535 run : |
2636 cd example
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ homepage: https://github.com/nfcim/ndef
55publish_to : none
66
77environment :
8- sdk : " >=2.12 .0 <3 .0.0"
8+ sdk : " >=3.0 .0 <4 .0.0"
99
1010dependencies :
1111 ndef :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.3.5
44homepage : https://github.com/nfcim/ndef
55
66environment :
7- sdk : " >=2.12 .0 <4.0.0"
7+ sdk : " >=3.0 .0 <4.0.0"
88
99dependencies :
1010 uuid : ^4.1.0
You can’t perform that action at this time.
0 commit comments