Skip to content

Merge pull request #5 from nib-health-funds/v2 #19

Merge pull request #5 from nib-health-funds/v2

Merge pull request #5 from nib-health-funds/v2 #19

Workflow file for this run

name: Lint Test
on: [push]
jobs:
Lint-And-Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Lint and test
run: |
npm install
npm run lint
npm run test
- run: echo "Winner winner 🐓 dinner"