Skip to content

Commit

Permalink
build(ci): update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Mar 14, 2023
1 parent cc35abf commit 63df748
Show file tree
Hide file tree
Showing 6 changed files with 1,372 additions and 1,396 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-storage-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.2.1
uses: Rubilmax/foundry-storage-check@v3.3
with:
contract: contracts/Example.sol:Example
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
version: nightly

- name: Check storage layout
uses: Rubilmax/foundry-storage-check@v3.2.1
uses: Rubilmax/foundry-storage-check@v3.3
with:
contract: src/Contract.sol:Contract
# settings below are optional, but allows to check whether the added storage slots are empty on the deployed contract
Expand Down
96 changes: 48 additions & 48 deletions dist/Solidity.tokens
Original file line number Diff line number Diff line change
Expand Up @@ -158,54 +158,54 @@ LINE_COMMENT=133
'error'=25
'using'=26
'for'=27
'struct'=28
'modifier'=29
'function'=30
'returns'=31
'event'=32
'enum'=33
'['=34
']'=35
'address'=36
'.'=37
'mapping'=38
'=>'=39
'memory'=40
'storage'=41
'calldata'=42
'if'=43
'else'=44
'try'=45
'catch'=46
'while'=47
'unchecked'=48
'assembly'=49
'do'=50
'return'=51
'throw'=52
'emit'=53
'revert'=54
'var'=55
'bool'=56
'string'=57
'byte'=58
'++'=59
'--'=60
'new'=61
':'=62
'+'=63
'-'=64
'delete'=65
'!'=66
'**'=67
'/'=68
'%'=69
'<<'=70
'>>'=71
'&'=72
'|'=73
'=='=74
'!='=75
'|'=28
'&'=29
'+'=30
'-'=31
'/'=32
'%'=33
'=='=34
'!='=35
'struct'=36
'modifier'=37
'function'=38
'returns'=39
'event'=40
'enum'=41
'['=42
']'=43
'address'=44
'.'=45
'mapping'=46
'=>'=47
'memory'=48
'storage'=49
'calldata'=50
'if'=51
'else'=52
'try'=53
'catch'=54
'while'=55
'unchecked'=56
'assembly'=57
'do'=58
'return'=59
'throw'=60
'emit'=61
'revert'=62
'var'=63
'bool'=64
'string'=65
'byte'=66
'++'=67
'--'=68
'new'=69
':'=70
'delete'=71
'!'=72
'**'=73
'<<'=74
'>>'=75
'&&'=76
'?'=77
'|='=78
Expand Down
2,664 changes: 1,320 additions & 1,344 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-storage-check",
"version": "3.2.1",
"version": "3.3.0",
"description": "Github Action checking the storage layout diff from Foundry storage layout reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand Down

0 comments on commit 63df748

Please sign in to comment.