Skip to content

chore(deps): bump rollup in the npm_and_yarn group across 1 directory #293

chore(deps): bump rollup in the npm_and_yarn group across 1 directory

chore(deps): bump rollup in the npm_and_yarn group across 1 directory #293

Workflow file for this run

name: Linting and formatting
on: [push, pull_request]
jobs:
lint-format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Linting
run: pnpm run lint
- name: Formatting
run: pnpm run prettier:check