Skip to content

Add AddCard and AddBankAccount Pages #4

Add AddCard and AddBankAccount Pages

Add AddCard and AddBankAccount Pages #4

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Test TypeScript Syntax
run: yarn type-check
- name: Build
run: yarn build