File tree 3 files changed +12
-13
lines changed
3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ permissions:
13
13
contents : read
14
14
15
15
jobs :
16
-
17
16
lint :
18
17
name : " Lint"
19
18
runs-on : ubuntu-latest
33
32
run : yarn install --immutable
34
33
35
34
- name : " Lint"
36
- run : yarn lint -f @react-hookz /gha
35
+ run : yarn lint -f @ver0 /gha
37
36
38
37
build :
39
38
name : " Build"
Original file line number Diff line number Diff line change 43
43
"devDependencies" : {
44
44
"@commitlint/cli" : " ^19.7.1" ,
45
45
"@commitlint/config-conventional" : " ^19.7.1" ,
46
- "@react-hookz/eslint-formatter-gha" : " ^3.0.3" ,
47
46
"@types/react" : " ^19.0.8" ,
48
47
"@types/react-dom" : " ^19.0.3" ,
49
48
"@ver0/eslint-config" : " ^1.1.1" ,
49
+ "@ver0/eslint-formatter-gha" : " ^1.0.1" ,
50
50
"@vitest/coverage-v8" : " ^3.0.5" ,
51
51
"eslint" : " ^9.19.0" ,
52
52
"husky" : " ^9.1.7" ,
Original file line number Diff line number Diff line change @@ -1173,15 +1173,6 @@ __metadata:
1173
1173
languageName : node
1174
1174
linkType : hard
1175
1175
1176
- " @react-hookz/eslint-formatter-gha@npm:^3.0.3 " :
1177
- version : 3.0.3
1178
- resolution : " @react-hookz/eslint-formatter-gha@npm:3.0.3"
1179
- dependencies :
1180
- " @actions/core " : " npm:^1.11.1"
1181
- checksum : 10c0/6765a9fdc6e779b1809d97385bccaef8e0395e2ccf39479e39685e667db0e72ad11e4951bf4ff1f649fc8503404c80dbdf555c5475e59fd3a231ebbd9cbb0150
1182
- languageName : node
1183
- linkType : hard
1184
-
1185
1176
" @rollup/rollup-android-arm-eabi@npm:4.34.1 " :
1186
1177
version : 4.34.1
1187
1178
resolution : " @rollup/rollup-android-arm-eabi@npm:4.34.1"
@@ -1779,16 +1770,25 @@ __metadata:
1779
1770
languageName : node
1780
1771
linkType : hard
1781
1772
1773
+ " @ver0/eslint-formatter-gha@npm:^1.0.1 " :
1774
+ version : 1.0.1
1775
+ resolution : " @ver0/eslint-formatter-gha@npm:1.0.1"
1776
+ dependencies :
1777
+ " @actions/core " : " npm:^1.11.1"
1778
+ checksum : 10c0/735752bb1cf917b5d1301fe03a03a32b0c092787d1e42762cda7919c450900108ef973bacb7cf7d262ea995e518120822bb6109064e8cf1e4c2abf2a66c291bf
1779
+ languageName : node
1780
+ linkType : hard
1781
+
1782
1782
" @ver0/react-hooks-testing@workspace:. " :
1783
1783
version : 0.0.0-use.local
1784
1784
resolution : " @ver0/react-hooks-testing@workspace:."
1785
1785
dependencies :
1786
1786
" @commitlint/cli " : " npm:^19.7.1"
1787
1787
" @commitlint/config-conventional " : " npm:^19.7.1"
1788
- " @react-hookz/eslint-formatter-gha " : " npm:^3.0.3"
1789
1788
" @types/react " : " npm:^19.0.8"
1790
1789
" @types/react-dom " : " npm:^19.0.3"
1791
1790
" @ver0/eslint-config " : " npm:^1.1.1"
1791
+ " @ver0/eslint-formatter-gha " : " npm:^1.0.1"
1792
1792
" @vitest/coverage-v8 " : " npm:^3.0.5"
1793
1793
eslint : " npm:^9.19.0"
1794
1794
husky : " npm:^9.1.7"
You can’t perform that action at this time.
0 commit comments