File tree Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Expand file tree Collapse file tree 2 files changed +3
-17
lines changed Original file line number Diff line number Diff 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' ]
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments