Skip to content

Bump eslint-config-next from 13.4.13 to 13.4.19 #330

Bump eslint-config-next from 13.4.13 to 13.4.19

Bump eslint-config-next from 13.4.13 to 13.4.19 #330

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run unit tests
run: yarn test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false