Skip to content

Commit

Permalink
feat(docs): autocommit changes to solidity docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Dec 27, 2022
1 parent 0b68e1f commit a7d0bf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ jobs:
working-directory: ./packages/protocol
run: pnpm export:docs

# auto commit solidity doc changes unless on main branch
- uses: stefanzweifel/git-auto-commit-action@v4
if: github.ref != 'refs/heads/main'
with:
commit_message: commit dat yuh
commit_message: "chore(docs): auto commit solidity docs"

- name: protocol - Deploy L1 Contracts
working-directory: ./packages/protocol
Expand Down
2 changes: 0 additions & 2 deletions packages/protocol/contracts/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import "./libs/LibBridgeSignal.sol";
/**
* Bridge contract which is deployed on both L1 and L2. Mostly a thin wrapper
* which calls the library implementations. See {IBridge} for more details.
*
* dummy test
*
* @author dantaik <[email protected]>
* @dev The code hash for the same address on L1 and L2 may be different.
Expand Down

0 comments on commit a7d0bf2

Please sign in to comment.