Skip to content

Merge pull request #409 from trojs/renovate/trojs-validator-12.x-lock… #578

Merge pull request #409 from trojs/renovate/trojs-validator-12.x-lock…

Merge pull request #409 from trojs/renovate/trojs-validator-12.x-lock… #578

Workflow file for this run

name: Node Copy Paste Detector
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js 22
uses: actions/setup-node@v6
with:
node-version: 24
cache: 'npm'
- name: npm cpd
run: |
npm ci
npm run cpd
env:
CI: true