File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 id-token : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : dart-lang/setup-dart@v1
1717 - name : Install dependencies
1818 run : dart pub get
Original file line number Diff line number Diff line change 66
77jobs :
88 test :
9- runs-on : ubuntu-24.04
9+ runs-on : ubuntu-latest
1010 if : ${{ !contains(github.event.head_commit.message, 'ci skip') }}
1111 strategy :
1212 matrix :
1313 sdk : [stable, beta]
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : dart-lang/setup-dart@v1
1818 with :
1919 sdk : ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 11# ndef
22
33[ ![ pub version] ( https://img.shields.io/pub/v/ndef )] ( https://pub.dev/packages/ndef )
4- ![ Test] ( https://github.com/nfcim/ndef/workflows/Test /badge.svg )
4+ [ ![ Test] ( https://github.com/nfcim/ndef/actions/ workflows/test.yml /badge.svg )] ( https://github.com/nfcim/ndef/actions/workflows/test.yml )
55
66` ndef ` is a Dart library to decode & encode NDEF records, supporting multiple types including (grouped by Type Name Format):
77
You can’t perform that action at this time.
0 commit comments