Skip to content

Update readme badges (#132) #2

Update readme badges (#132)

Update readme badges (#132) #2

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "*"
cache: "yarn"
- run: yarn --frozen-lockfile
- run: yarn test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}