Skip to content

Add banks Tesored, Crediclub, and Fondea #175

Add banks Tesored, Crediclub, and Fondea

Add banks Tesored, Crediclub, and Fondea #175

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases
- run: npm install
- run: npm test