Skip to content

fix(wallets): lint errors and wrong command called #16

fix(wallets): lint errors and wrong command called

fix(wallets): lint errors and wrong command called #16

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["20.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm run ci