Skip to content

feat: add file and folder duplicate/copy operation #28

feat: add file and folder duplicate/copy operation

feat: add file and folder duplicate/copy operation #28

Workflow file for this run

name: Changeset Check
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
jobs:
changeset:
name: Require changeset
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version: '20.x'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Check for changeset
run: pnpm changeset status --since=origin/main