File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
crates/stylus-trace-studio/src/commands Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v4
1616
1717 - name : Run Stylus Performance Check
18- uses : CreativesOnchain/Stylus-Trace@v1
18+ uses : ./
1919 with :
2020 tx_hash : " 0xaaf333656d069068844d17f175fa5b73534c0b71599100bee2153791c3e81edc"
2121 rpc_url : " http://localhost:8547"
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ You can use the [Stylus Trace Action](https://github.com/CreativesOnchain/Stylus
165165
166166``` yaml
167167- name : Gas Regression Check
168- uses : CreativesOnchain/Stylus-Trace@v1
168+ uses : CreativesOnchain/Stylus-Trace@main
169169 with :
170170 tx_hash : " 0x..."
171171 threshold : " 1.0" # Fail if gas increases by > 1%
Original file line number Diff line number Diff line change 5050 uses: actions/checkout@v4
5151
5252 - name: Run Stylus Performance Check
53- uses: CreativesOnchain/Stylus-Trace@v1
53+ uses: CreativesOnchain/Stylus-Trace@main
5454 with:
5555 tx_hash: "{}"
5656{} threshold: "{}"
You can’t perform that action at this time.
0 commit comments