Skip to content

ci(*): update

ci(*): update #16

Workflow file for this run

name: Integrity
on:
push:
paths:
- "package.json"
- "pnpm-lock.yaml"
- ".github/**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 📥 Install dependencies
uses: ./.github/actions/setup
- name: 👬🏽 Check for duplicate dependencies in lock file
run: |
pnpm manypkg check
pnpm dedupe --check