File tree Expand file tree Collapse file tree 6 files changed +9929
-22104
lines changed Expand file tree Collapse file tree 6 files changed +9929
-22104
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
name : CI
2
- on :
3
- workflow_call :
2
+ on : workflow_call
4
3
permissions :
5
4
contents : read
6
5
jobs :
26
25
run : npm run lint:md
27
26
- name : Run lint (Git)
28
27
run : npm run lint:git
28
+ - name : Run lint (Package)
29
+ run : npm run lint:pkg
29
30
test :
30
31
name : Test
31
32
runs-on : ubuntu-latest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -117,19 +117,22 @@ npm run test:unit
117
117
npm run test:integration
118
118
` ` `
119
119
120
- # ## Formatting
120
+ # ## Fixing
121
121
122
- Execute formatters via `npm`.
122
+ Execute automatic fixers via `npm`.
123
123
124
124
` ` ` console
125
- # javascript and markdown
126
- npm run format
125
+ # javascript, markdown and package.json
126
+ npm run fix
127
127
128
128
# javascript only
129
- npm run format :js
129
+ npm run fix :js
130
130
131
131
# markdown only
132
- npm run format:md
132
+ npm run fix:md
133
+
134
+ # package.json only
135
+ npm run fix:pkg
133
136
` ` `
134
137
135
138
# ## Building
@@ -146,7 +149,7 @@ npm run build
146
149
[Version Badge] : https://img.shields.io/npm/v/serverless-plugin-function-value?label=Version
147
150
[Version Package] : https://www.npmjs.com/serverless-plugin-function-value
148
151
[Node Version Badge] : https://img.shields.io/node/v/serverless-plugin-function-value
149
- [Node Version Rules] : ./package.json#L42-L43
152
+ [Node Version Rules] : ./package.json#L42
150
153
[Release Badge] : https://github.com/devpow112/serverless-plugin-function-value/actions/workflows/release.yml/badge.svg?branch=main
151
154
[Release Workflow] : https://github.com/devpow112/serverless-plugin-function-value/actions/workflows/release.yml?query=branch%3Amain
152
155
[Coverage Badge] : https://img.shields.io/coveralls/github/devpow112/serverless-plugin-function-value/main?label=Coverage
You can’t perform that action at this time.
0 commit comments