Skip to content

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

fix(wallets): lint errors and wrong command called

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

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["20.x"]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Run tests
run: npm run ci