Skip to content

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #26

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #26

Workflow file for this run

name: CI
on:
push:
branches: ["master"]
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
run_install: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build Shared Packages
run: pnpm build --filter=@repo/shared
- name: Build Shared
run: pnpm type-check