Skip to content

Commit 9c40f2a

Browse files
committed
bundle and lint
1 parent 6b5e5dd commit 9c40f2a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

dist/index.js

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function run(): Promise<void> {
5353
// Run the SwiftLint binary and capture its standard output
5454
let stdout = ''
5555

56-
let swiftlintArgs = ['lint', '--reporter=json']
56+
const swiftlintArgs = ['lint', '--reporter=json']
5757
if (core.getInput('strict') === 'true') {
5858
swiftlintArgs.push('--strict')
5959
}

0 commit comments

Comments
 (0)