fix wallet linting
This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
run_install: true
|
||||
|
||||
- name: Build
|
||||
|
||||
@@ -25,6 +25,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
run_install: true
|
||||
|
||||
- name: Install Rust stable
|
||||
|
||||
@@ -24,6 +24,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
run_install: true
|
||||
|
||||
- name: Install Rust stable
|
||||
|
||||
@@ -27,6 +27,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
run_install: true
|
||||
|
||||
- name: Set up Go
|
||||
@@ -48,7 +49,7 @@ jobs:
|
||||
- name: Build
|
||||
run: pnpm docs:prod:build
|
||||
|
||||
- name: Deploy branch to CI www (docs)
|
||||
- name: Deploy branch to CI www (docs)
|
||||
continue-on-error: true
|
||||
uses: easingthemes/ssh-deploy@main
|
||||
env:
|
||||
@@ -60,7 +61,7 @@ jobs:
|
||||
TARGET: ${{ secrets.CI_WWW_REMOTE_TARGET }}/sdk-ts-docs-${{ env.GITHUB_REF_SLUG }}
|
||||
EXCLUDE: "/dist/, /node_modules/"
|
||||
- name: Matrix - Node Install
|
||||
run: npm install
|
||||
run: pnpm install
|
||||
working-directory: .github/workflows/support-files
|
||||
- name: Matrix - Send Notification
|
||||
env:
|
||||
@@ -78,4 +79,4 @@ jobs:
|
||||
MATRIX_DEVICE_ID: "${{ secrets.MATRIX_DEVICE_ID }}"
|
||||
uses: docker://keybaseio/client:stable-node
|
||||
with:
|
||||
args: .github/workflows/support-files/notifications/entry_point.sh
|
||||
args: .github/workflows/support-files/notifications/entry_point.sh
|
||||
Reference in New Issue
Block a user