Skip to content

Commit cd16919

Browse files
committed
First setup of new stuff
1 parent 97145f6 commit cd16919

File tree

7 files changed

+12194
-13
lines changed

7 files changed

+12194
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: # rebuild any PRs and main branch changes
77
- 'releases/*'
88

99
jobs:
10-
build: # make sure build/ci work properly
10+
build: # make sure build/ci works properly
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"singleQuote": true,
77
"trailingComma": "none",
88
"bracketSpacing": false,
9-
"arrowParens": "avoid"
9+
"arrowParens": "avoid",
10+
"crlf": "auto"
1011
}

action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ inputs:
66
required: true
77
description: 'input description here'
88
default: 'default value if applicable'
9+
json:
10+
required: true
11+
description: 'The json you want to store'
12+
filename:
13+
required: true
14+
description: 'The filename you want to store the json in'
915
runs:
1016
using: 'node16'
11-
main: 'dist/index.js'
17+
main: 'dist/main.js'

0 commit comments

Comments
 (0)