File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 45
45
run : npm run test:generation
46
46
- name : Compare gas costs
47
47
uses : ./.github/actions/gas-compare
48
- if : github.base_ref == 'master'
49
48
with :
50
49
token : ${{ github.token }}
51
50
71
70
run : npm run test:inheritance
72
71
- name : Check storage layout
73
72
uses : ./.github/actions/storage-layout
74
- if : github.base_ref == 'master'
75
73
continue-on-error : ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
76
74
with :
77
75
token : ${{ github.token }}
Original file line number Diff line number Diff line change 22
22
"clean" : " hardhat clean && rimraf build contracts/build" ,
23
23
"prepack" : " scripts/prepack.sh" ,
24
24
"generate" : " scripts/generate/run.js" ,
25
- "release" : " scripts/release/release.sh" ,
26
25
"version" : " scripts/release/version.sh" ,
27
26
"test" : " hardhat test" ,
28
27
"test:inheritance" : " scripts/checks/inheritance-ordering.js artifacts/build-info/*" ,
You can’t perform that action at this time.
0 commit comments