Skip to content

Commit 218b6f6

Browse files
committed
linting
1 parent 2ebff80 commit 218b6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/empty.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env node
22

3-
const token = process.env.TOKEN || process.env.GITHUB_TOKEN || process.env.GH_TOKEN
3+
const token =
4+
process.env.TOKEN || process.env.GITHUB_TOKEN || process.env.GH_TOKEN
45
if (!token) {
56
console.error('Cannot find TOKEN or GITHUB_TOKEN or GH_TOKEN')
67
process.exit(1)

0 commit comments

Comments
 (0)