Skip to content

Merge pull request #220 from cheehwatang/dependabot/npm_and_yarn/mult… #430

Merge pull request #220 from cheehwatang/dependabot/npm_and_yarn/mult…

Merge pull request #220 from cheehwatang/dependabot/npm_and_yarn/mult… #430

Workflow file for this run

name: Test
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare for CI
uses: ./.github/actions/prepare
- name: Run Tests
run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
- name: Run Prettier
run: |
npm run format:check
- name: Run ESLint
run: |
npm run lint