Skip to content

Merge pull request #308 from tradersnow222/patch-1 #1159

Merge pull request #308 from tradersnow222/patch-1

Merge pull request #308 from tradersnow222/patch-1 #1159

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn test:ci
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn coverage
- uses: codecov/codecov-action@v3