Skip to content

build(deps): Bump @emotion/styled from 11.11.0 to 11.14.0 #544

build(deps): Bump @emotion/styled from 11.11.0 to 11.14.0

build(deps): Bump @emotion/styled from 11.11.0 to 11.14.0 #544

Workflow file for this run

name: Lint files
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prettify code
uses: creyD/prettier_action@v4.3
with:
prettier_version: '3.2.5'
dry: True
prettier_options: --check **/*.{ts,tsx,js,md,html,json} #todo add svg