Skip to content

Commit 5bfd5c6

Browse files
Update .github/workflows/node.js.yml
Co-authored-by: Justin M. Keyes <[email protected]>
1 parent 29ee61b commit 5bfd5c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ jobs:
6464
env:
6565
NODE_OPTIONS: '--max-old-space-size=8192'
6666
steps:
67-
- name: check out repo
68-
uses: actions/checkout@v4
67+
- uses: actions/checkout@v4
6968
- name: Use Node.js ${{ matrix.node-version }}
7069
uses: actions/setup-node@v4
7170
with:
7271
node-version: ${{ matrix.node-version }}
73-
- name: install jscpd
74-
run: npm install jscpd
72+
- run: npm install jscpd
7573
- name: Run jscpd
7674
run: npx jscpd --config "$GITHUB_WORKSPACE/.github/workflows/jscpd.json"
7775

0 commit comments

Comments
 (0)