-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
118 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Code Style Check | ||
|
||
on: [push, pull_request] | ||
|
||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Use Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20.11.1' | ||
- name: Install pnpm | ||
uses: pnpm/action-setup@v3 | ||
with: | ||
version: '8.15.4' | ||
run_install: false | ||
|
||
- name: Install dependencies | ||
run: pnpm install | ||
|
||
- name: Lint | ||
run: pnpm run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
[0m[0m | ||
[0m[4m/workspace/dist/apps/auth/src/auth.controller.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/apps/auth/src/auth.controller.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/apps/auth/src/auth.module.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/apps/auth/src/auth.module.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/apps/auth/src/auth.service.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/apps/auth/src/auth.service.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/apps/auth/src/main.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/apps/auth/src/main.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/libs/common/src/common.module.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/libs/common/src/common.module.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/libs/common/src/common.service.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/libs/common/src/common.service.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[4m/workspace/dist/libs/common/src/index.d.ts[24m[0m | ||
[0m [2m0:0[22m [31merror[39m Parsing error: ESLint was configured to run on `<tsconfigRootDir>/dist/libs/common/src/index.d.ts` using `parserOptions.project`: <tsconfigRootDir>/tsconfig.json[0m | ||
[0mHowever, that TSConfig does not include this file. Either:[0m | ||
[0m- Change ESLint's list of included files to not include this file[0m | ||
[0m- Change that TSConfig to include this file[0m | ||
[0m- Create a new TSConfig that includes this file and include it in your parserOptions.project[0m | ||
[0mSee the typescript-eslint docs for more info: https://typescript-eslint.io/linting/troubleshooting#i-get-errors-telling-me-eslint-was-configured-to-run--however-that-tsconfig-does-not--none-of-those-tsconfigs-include-this-file[0m | ||
[0m[0m | ||
[0m[31m[1m✖ 7 problems (7 errors, 0 warnings)[22m[39m[0m | ||
[0m[31m[1m[22m[39m[0m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.