Skip to content

Update dashboard deployment configuration and script to use updated p… #122

Update dashboard deployment configuration and script to use updated p…

Update dashboard deployment configuration and script to use updated p… #122

Triggered via push November 3, 2023 18:12
Status Success
Total duration 10m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
linting: contracts/contracts/Adjudicator.sol#L31
Function order is incorrect, state variable declaration can not go after event definition (line 25)
linting: contracts/contracts/Adjudicator.sol#L37
Main key parameter in mapping penaltyHistory is not named
linting: contracts/contracts/Adjudicator.sol#L37
Value parameter in mapping penaltyHistory is not named
linting: contracts/contracts/Adjudicator.sol#L38
Main key parameter in mapping evaluatedCFrags is not named
linting: contracts/contracts/Adjudicator.sol#L38
Value parameter in mapping evaluatedCFrags is not named
linting: contracts/contracts/Adjudicator.sol#L53
Use Custom Errors instead of require statements
linting: contracts/contracts/Adjudicator.sol#L90
Use Custom Errors instead of require statements
linting: contracts/contracts/Adjudicator.sol#L102
Use Custom Errors instead of require statements
linting: contracts/contracts/Adjudicator.sol#L106
Use Custom Errors instead of require statements
linting: contracts/contracts/Adjudicator.sol#L114
Use Custom Errors instead of require statements
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/