Skip to content

Commit 8bc1f0a

Browse files
committed
Fix linter, change test download url
1 parent 9c2a71e commit 8bc1f0a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
TYPESCRIPT_DEFAULT_STYLE: prettier
4746
VALIDATE_ALL_CODEBASE: true
4847
VALIDATE_JAVASCRIPT_STANDARD: false
48+
VALIDATE_TYPESCRIPT_STANDARD: false
49+
VALIDATE_TYPESCRIPT_PRETTIER: true
4950
VALIDATE_JSCPD: false

__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('action', () => {
4242
getInputMock.mockImplementation(name => {
4343
switch (name) {
4444
case 'version':
45-
return '15.0.0-beta1'
45+
return '14.0.0'
4646
case 'unzip-to':
4747
return tmpDir
4848
default:

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)