Skip to content

breaking feat: adopt styled-components v6 #247

breaking feat: adopt styled-components v6

breaking feat: adopt styled-components v6 #247

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main, next]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
run: yarn test --coverage
- name: Codecov
continue-on-error: true
run: yarn codecov
- name: Check bundle size
continue-on-error: true
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
run: yarn bundlewatch