Skip to content

Commit

Permalink
build: fix artifact conflict in workflow, add pana score evaluation
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jan 20, 2024
1 parent ed4f35f commit eb2267a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
- name: Upload generated dartdoc
uses: actions/upload-artifact@v4
with:
name: docs
name: docs-${{ matrix.sdk }}
path: doc/
- name: Evaluate score by pana
run: |
dart pub global activate pana
dart pub global run pana .
# - name: Run example code
# run: |
# cd example
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fido2
description: FIDO2 (CTAP2) library for dart
description: Library to parse FIDO2 request / response and interactive with authenticators via CTAP2.
version: 0.0.3
repository: https://github.com/nfcim/fido2

Expand Down

0 comments on commit eb2267a

Please sign in to comment.