Skip to content

DAPP1-17: added wallet view #20

DAPP1-17: added wallet view

DAPP1-17: added wallet view #20

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
continuous_integration:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
steps:
- name: Checkout code 🛎️
uses: actions/checkout@v3
with:
clean: true
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 20.13.1
- name: Install Packages
run: npm install
- name: Run Lint Report
run: npm run lintreport
- name: Run Test Coverage
run: npm run coverage