Skip to content

Commit

Permalink
add generic comment to trigger solidity-devops workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiTimesChi committed Sep 25, 2024
1 parent efff4cf commit cc35a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/solidity-devops/src/SynapseScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {SynapseBaseScript} from "./base/SynapseBaseScript.sol";
import {StringUtils} from "./libs/StringUtils.sol";
import {stdJson} from "forge-std/Script.sol";

/// @notice This script is used to run various tasks related to the Synapse project.
abstract contract SynapseScript is SynapseBaseScript {
/// @notice Should return "💬"
function getInfoEmoji() internal pure virtual override returns (string memory) {
Expand Down

0 comments on commit cc35a43

Please sign in to comment.