Skip to content

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.24.0 #30

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.24.0

fix: upgrade eslint-plugin-sonarjs from 0.23.0 to 0.24.0 #30

Workflow file for this run

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