We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ee61b commit 5bfd5c6Copy full SHA for 5bfd5c6
.github/workflows/node.js.yml
@@ -64,14 +64,12 @@ jobs:
64
env:
65
NODE_OPTIONS: '--max-old-space-size=8192'
66
steps:
67
- - name: check out repo
68
- uses: actions/checkout@v4
+ - uses: actions/checkout@v4
69
- name: Use Node.js ${{ matrix.node-version }}
70
uses: actions/setup-node@v4
71
with:
72
node-version: ${{ matrix.node-version }}
73
- - name: install jscpd
74
- run: npm install jscpd
+ - run: npm install jscpd
75
- name: Run jscpd
76
run: npx jscpd --config "$GITHUB_WORKSPACE/.github/workflows/jscpd.json"
77
0 commit comments