Skip to content

Commit

Permalink
fix: show prettier command (#4)
Browse files Browse the repository at this point in the history
* fix: show prettier command

* 1

* Update main.ts

* x

* x

* f

* Update main.ts

* 2

* Revert "2"

This reverts commit e3aa6cd.

* Revert "Update main.ts"

This reverts commit d6adb21.

* x

* Update package.json

* Update package.json
  • Loading branch information
noyobo authored Jul 16, 2024
1 parent 06e0798 commit ea96663
Show file tree
Hide file tree
Showing 9 changed files with 715 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rules:
'@typescript-eslint/prefer-function-type': 'warn',
'@typescript-eslint/prefer-includes': 'error',
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
'@typescript-eslint/promise-function-async': 'error',
'@typescript-eslint/promise-function-async': 'off',
'@typescript-eslint/require-array-sort-compare': 'error',
'@typescript-eslint/restrict-plus-operands': 'error',
'@typescript-eslint/semi': ['error', 'never'],
Expand Down
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
description: The GitHub token used to create an authenticated client
default: ${{ github.token }}
required: false
prettier-ignore:
description: The path to the prettier ignore file
default: .prettierignore
required: false

outputs:
exitCode:
Expand Down
Loading

0 comments on commit ea96663

Please sign in to comment.