Skip to content

Bump eslint from 8.50.0 to 8.54.0 in /packages/styled-components #174

Bump eslint from 8.50.0 to 8.54.0 in /packages/styled-components

Bump eslint from 8.50.0 to 8.54.0 in /packages/styled-components #174

Workflow file for this run

name: Build all templates
on:
pull_request:
branches: [main]
jobs:
build-templates:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build all packages
run: npm run build