mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-06 22:26:41 +00:00
Run linter on publishing next version
This commit is contained in:
parent
42c3f44434
commit
24e1aa964b
5
.github/workflows/npm-publish-next.yml
vendored
5
.github/workflows/npm-publish-next.yml
vendored
@ -10,12 +10,13 @@ jobs:
|
|||||||
publish-npm:
|
publish-npm:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
- run: npm run lint
|
||||||
- run: npm test
|
- run: npm test
|
||||||
- run: |
|
- run: |
|
||||||
npm version prerelease --no-git-tag-version \
|
npm version prerelease --no-git-tag-version \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user