Skip to content

Bump @emotion/react from 11.8.1 to 11.11.1 #41

Bump @emotion/react from 11.8.1 to 11.11.1

Bump @emotion/react from 11.8.1 to 11.11.1 #41

Workflow file for this run

name: Lint and Format
on: [push, pull_request]
jobs:
workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- name: Run Prettier
run: npm run format
shell: bash
- name: Run ESLint Fix
run: npm run lint-fix
shell: bash
- name: Run ESLint
run: npm run lint
shell: bash