generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
36 lines (35 loc) · 1.13 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: dart-package-inspector
description: Inspect dart/Flutter packages for a certain criteria
author: fujidaiti
branding:
icon: check-circle
color: white
inputs:
report:
description: JSON output of pana
required: true
min-pub-points:
description: Minimum required Pub points
min-convention-points:
description: Minimum required points of 'convention' section
min-documentation-points:
description: Minimum required points of 'documentation' section
min-platform-points:
description: Minimum required points of 'platform' section
min-analysis-points:
description: Minimum required points of 'analysis' section
min-dependency-points:
description: Minimum required points of 'dependency' section
dart3-compatible:
description: Ensure that the package is dart3 compatible
default: true
sound-null-safety:
description: Ensure that the package is null safety
default: true
supported-SDKs:
description: Ensure that all specified SDKs are supported
supported-platforms:
description: Ensure that all specified platforms are supported
runs:
using: node20
main: dist/index.js