Skip to content

Bump @emotion/styled from 11.13.0 to 11.14.0 #942

Bump @emotion/styled from 11.13.0 to 11.14.0

Bump @emotion/styled from 11.13.0 to 11.14.0 #942

Workflow file for this run

name: prettier
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Prettier
run: npm install --save-dev prettier
- name: Run Prettier Check
run: npx prettier --check .