Skip to content

Commit 2ca4fa6

Browse files
committed
lint
1 parent c9c1d09 commit 2ca4fa6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

__tests__/functions/post.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ import * as contextCheck from '../../src/functions/context-check'
55
import * as github from '@actions/github'
66

77
const validBooleanInputs = {
8-
skip_completing: false,
9-
8+
skip_completing: false
109
}
1110
const validInputs = {
1211
status: 'success'

0 commit comments

Comments
 (0)