build(deps): bump micromatch from 4.0.5 to 4.0.8 #320
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check storage layout | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
# Optionally configure to run only for changes in specific files. For example: | |
# paths: | |
# - src/** | |
# - test/** | |
# - foundry.toml | |
# - remappings.txt | |
# - .github/workflows/foundry-storage-check.yml | |
jobs: | |
check_storage_layout: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
- name: Install Foundry | |
uses: onbjerg/foundry-toolchain@v1 | |
with: | |
version: nightly | |
- name: Check storage layout | |
uses: Rubilmax/foundry-storage-check@main | |
with: | |
contract: contracts/Example.sol:Example |