Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 5, 2024
1 parent 56a4c4d commit cfe582e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verifyAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
# Check if AUDIT_ENTRY is valid JSON
if [[ -z "$AUDIT_ENTRY" || "$AUDIT_ENTRY" == "null" ]]; then
echo -e "\033[31mError: Could not find audit details for audit ID $AUDIT_ID.\033[0m"
echo -e "\033[31mError: The logged audit ID ($AUDIT_ID) for contract $FILENAME seems to be invalid.\033[0m"
echo "CONTINUE=false" >> $GITHUB_ENV
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion src/Facets/ContractNoAudit.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { CannotAuthoriseSelf } from "../Errors/GenericErrors.sol";
/// @author LI.FI (https://li.fi)
/// @notice Provides functionality for managing method level access control
/// @custom:version 1.0.0
contract ContractName {
contract ContractNoAudit {
/// Events ///

event ExecutionAllowed(address indexed account, bytes4 indexed method);
Expand Down

0 comments on commit cfe582e

Please sign in to comment.