Skip to content

Commit d8002f4

Browse files
committed
fix: fixed fatal diff error in jshint action
- Made trivial edit to js file to test action
1 parent 3053aff commit d8002f4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/jshint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28+
with:
29+
fetch-depth: 0
2830

2931
- run: cp install/package.json package.json
3032

src/admin/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ module.exports.filterDirectories = filterDirectories;
139139
module.exports.simplify = simplify;
140140
module.exports.sanitize = sanitize;
141141

142-
require('../promisify')(module.exports);
142+
require('../promisify')(module.exports);

0 commit comments

Comments
 (0)