add permit2 as submodule, organize files to folders #195
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: CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
permissions: | |
actions: read | |
checks: read | |
contents: read | |
repository-projects: read | |
jobs: | |
solidity-base: | |
uses: init4tech/actions/.github/workflows/solidity-base.yml@main | |
with: | |
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2% |