fix(ns-paystack): remove deprecated workspace-lint
This commit is contained in:
parent
cf84ec4be8
commit
b7b112a82d
1 changed files with 4 additions and 5 deletions
9
.github/workflows/bp-devtools-ci.yml
vendored
9
.github/workflows/bp-devtools-ci.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [18]
|
node-version: [ 18 ]
|
||||||
npm-version: [9]
|
npm-version: [ 9 ]
|
||||||
yarn-version: ['1.22.x']
|
yarn-version: [ '1.22.x' ]
|
||||||
pnpm-version: [7]
|
pnpm-version: [ 7 ]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout [Pull Request]
|
- name: Checkout [Pull Request]
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
@ -117,7 +117,6 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
npx nx workspace-lint
|
|
||||||
npx nx format:check
|
npx nx format:check
|
||||||
npx nx affected --target lint --parallel 3
|
npx nx affected --target lint --parallel 3
|
||||||
npx nx affected --target test --parallel 3 --ci --code-coverage
|
npx nx affected --target test --parallel 3 --ci --code-coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue