We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49b27 commit d2e5952Copy full SHA for d2e5952
action.yml
@@ -1,4 +1,5 @@
1
name: 'Setup dfx environment'
2
+author: 'Quint Daenen'
3
description: 'Setup a dfx environment and add it to the PATH.'
4
inputs:
5
dfx-version:
@@ -11,3 +12,6 @@ inputs:
11
12
runs:
13
using: 'node12'
14
main: 'dist/index.js'
15
+branding:
16
+ icon: 'box'
17
+ color: 'gray-dark'
package.json
@@ -12,6 +12,11 @@
},
"keywords": [
"dfx",
+ "vessel",
+ "moc",
+ "motoko",
18
+ "dfinity",
19
+ "ic",
20
"setup"
21
],
22
"license": "MIT",
0 commit comments