Skip to content

Bump eslint from 8.55.0 to 8.56.0 #50

Bump eslint from 8.55.0 to 8.56.0

Bump eslint from 8.55.0 to 8.56.0 #50

Workflow file for this run

name: Code Coverage
on: [push, pull_request]
jobs:
test-coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}