Skip to content

chore(deps-dev): bump babel-plugin-react-compiler #363

chore(deps-dev): bump babel-plugin-react-compiler

chore(deps-dev): bump babel-plugin-react-compiler #363

Workflow file for this run

name: '▶️ Push'
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
push:
name: '👷️ CI'
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: '🐙️ Checkout'
uses: actions/checkout@v4
- name: '💽️ Setup'
uses: ./.github/actions/setup-node
- name: '🔺️ Cache'
uses: ./.github/actions/cache-node
- name: '📦 Install'
shell: bash
run: pnpm install --frozen-lockfile
- name: '🚨️ Lint'
shell: bash
run: pnpm lint
- name: '🎨 Format'
shell: bash
run: pnpm format
- name: '🦺 Type Check'
shell: bash
run: pnpm typecheck