Skip to content

Adding CreditorWatch to timeline #7

Adding CreditorWatch to timeline

Adding CreditorWatch to timeline #7

Workflow file for this run

name: Lint Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Run Linting
run: |
npm run lint