rename script to src #5
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: Sphinx Automation | |
# env: | |
# SPHINX_API_KEY: ${{ secrets.SPHINX_API_KEY }} | |
# | |
# on: | |
# push: | |
# branches: | |
# - main | |
# paths-ignore: | |
# - '**.md' | |
# | |
# jobs: | |
# sphinx-propose: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - name: Install Foundry | |
# uses: foundry-rs/foundry-toolchain@v1 | |
# with: | |
# version: nightly | |
# - name: Install Dependencies | |
# run: yarn --frozen-lockfile | |
# - name: Install Sphinx Solidity Library | |
# run: yarn sphinx install | |
# - name: Propose | |
# run: npx sphinx propose ./src/common/Automation.s.sol --confirm --networks mainnets |