Skip to content

Commit 436c27f

Browse files
committed
wip
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 2e2f88d commit 436c27f

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,22 +110,7 @@ jobs:
110110
- name: test
111111
run: >
112112
npm run -- test:standard
113-
--format checkstyle
114-
--output-file "$PWD/$REPORTS_DIR/eslint.xml"
115-
- name: Publish Checkstyle report
116-
# see https://github.com/Juuxel/publish-checkstyle-report
117-
uses: Juuxel/publish-checkstyle-report@v1
118-
if: ${{ failure() || success() }}
119-
with:
120-
reports: ${{ env.REPORTS_DIR }}/eslint.xml
121-
- name: artifact build result
122-
# see https://github.com/actions/upload-artifact
123-
uses: actions/upload-artifact@v4
124-
if: ${{ failure() }}
125-
with:
126-
name: ${{ env.STANDARD_REPORTS_ARTIFACT }}
127-
path: ${{ env.REPORTS_DIR }}
128-
if-no-files-found: error
113+
--format gha
129114
130115
test-node:
131116
needs: [ 'build' ]

tools/code-style/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
"@types/eslint": "^9.6.1",
1212
"eslint": "9.14.0",
1313
"eslint-config-love": "98.0.2",
14+
"eslint-formatter-gha": "1.5.1",
1415
"eslint-plugin-editorconfig": "4.0.3",
15-
"eslint-plugin-license-header": "0.6.1",
1616
"eslint-plugin-import": "2.31.0",
1717
"eslint-plugin-jsdoc": "50.5.0",
18+
"eslint-plugin-license-header": "0.6.1",
1819
"eslint-plugin-n": "17.13.1",
1920
"eslint-plugin-promise": "7.1.0",
2021
"eslint-plugin-simple-import-sort": "12.1.1",

0 commit comments

Comments
 (0)