Skip to content

Commit b75ec5b

Browse files
committed
fix: package issues
1 parent 3ff0d20 commit b75ec5b

File tree

6 files changed

+9929
-22104
lines changed

6 files changed

+9929
-22104
lines changed

.eslintignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: CI
2-
on:
3-
workflow_call:
2+
on: workflow_call
43
permissions:
54
contents: read
65
jobs:
@@ -26,6 +25,8 @@ jobs:
2625
run: npm run lint:md
2726
- name: Run lint (Git)
2827
run: npm run lint:git
28+
- name: Run lint (Package)
29+
run: npm run lint:pkg
2930
test:
3031
name: Test
3132
runs-on: ubuntu-latest

.markdownlintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,22 @@ npm run test:unit
117117
npm run test:integration
118118
```
119119

120-
### Formatting
120+
### Fixing
121121

122-
Execute formatters via `npm`.
122+
Execute automatic fixers via `npm`.
123123

124124
```console
125-
# javascript and markdown
126-
npm run format
125+
# javascript, markdown and package.json
126+
npm run fix
127127
128128
# javascript only
129-
npm run format:js
129+
npm run fix:js
130130
131131
# markdown only
132-
npm run format:md
132+
npm run fix:md
133+
134+
# package.json only
135+
npm run fix:pkg
133136
```
134137

135138
### Building
@@ -146,7 +149,7 @@ npm run build
146149
[Version Badge]: https://img.shields.io/npm/v/serverless-plugin-function-value?label=Version
147150
[Version Package]: https://www.npmjs.com/serverless-plugin-function-value
148151
[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
150153
[Release Badge]: https://github.com/devpow112/serverless-plugin-function-value/actions/workflows/release.yml/badge.svg?branch=main
151154
[Release Workflow]: https://github.com/devpow112/serverless-plugin-function-value/actions/workflows/release.yml?query=branch%3Amain
152155
[Coverage Badge]: https://img.shields.io/coveralls/github/devpow112/serverless-plugin-function-value/main?label=Coverage

0 commit comments

Comments
 (0)