Skip to content

Commit 455305d

Browse files
committed
fix: spacing
1 parent 567ff8f commit 455305d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ app.post('/', bodyParser.json({limit: '50mb'}), async (req, res) => {
6262
if (!s.when || !s.when.changeset || !s.when.changeset.includes) {
6363
return s;
6464
}
65-
65+
6666
const requiredFiles = s.when.changeset.includes
6767
const matchedFiles = glob.match(requiredFiles, filesChanged, { dot: true })
6868
console.log('Matched files for step:', matchedFiles.length, 'Allowed matches:', requiredFiles)
@@ -71,7 +71,7 @@ app.post('/', bodyParser.json({limit: '50mb'}), async (req, res) => {
7171
// Add an impossible conditional which guarantees the step gets skipped
7272
s.when = {
7373
...s.when,
74-
event: { exclude: ['*']},
74+
event: { exclude: ['*'] },
7575
}
7676
}
7777

0 commit comments

Comments
 (0)