Skip to content

Unit Test: Swipe (#9) #20

Unit Test: Swipe (#9)

Unit Test: Swipe (#9) #20

Workflow file for this run

name: Run Unit Tests and Lint Files
"on": push
jobs:
unit_test-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run build
npm run test
npm run lint