fix wallet linting

This commit is contained in:
fmtabbara
2024-07-10 21:03:34 +01:00
parent c27713c678
commit dda7c09ec8
38 changed files with 146 additions and 207 deletions
+1
View File
@@ -21,6 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
- name: Build
+1
View File
@@ -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
+4 -3
View File
@@ -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