Skip to content

Bump the npm group across 2 directories with 1 update #79

Bump the npm group across 2 directories with 1 update

Bump the npm group across 2 directories with 1 update #79

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
name: Install pnpm
with:
run_install: |
- recursive: true
args: [--no-frozen-lockfile]
- name: Test
run: pnpm run --if-present --recursive --parallel test
- name: Build
run: pnpm run --if-present --recursive --parallel build
- name: Lint
run: pnpm run --if-present --recursive --parallel lint