Skip to content

ci: Add Expense Contribution workflow #31

ci: Add Expense Contribution workflow

ci: Add Expense Contribution workflow #31

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install
run: npm install
- name: Test
run: npm test