Skip to content

feat(upload,large-file-upload): add authorization and file schema #30

feat(upload,large-file-upload): add authorization and file schema

feat(upload,large-file-upload): add authorization and file schema #30

Workflow file for this run

name: Integrity
on:
push:
paths:
- "package.json"
- "pnpm-lock.yaml"
- ".github/workflows/integrity.yml"
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