Skip to content

Commit

Permalink
node name
Browse files Browse the repository at this point in the history
  • Loading branch information
abing258 committed Jan 13, 2023
1 parent ce65c57 commit 826bc2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/service/templates/truffle_check.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
version: 1.0
name: {{.Name}}
stages:
git-clone:
Initialization:
steps:
- name: git-clone
uses: git-checkout
with:
url: {{ .RepositoryUrl }}
branch: main

sol-profiler-check:
Check by Sol-Profile...:
needs:
- git-clone
steps:
Expand All @@ -21,7 +21,7 @@ stages:
with:
path: contracts

solhint-check:
Check by Solhint:
needs:
- sol-profiler-check
steps:
Expand All @@ -33,7 +33,7 @@ stages:
with:
path: contracts

mythril-check:
Check by Mythril:
needs:
- solhint-check
steps:
Expand All @@ -43,7 +43,7 @@ stages:
path: contracts
solc-version: 0.6.0

check-aggregation:
Output Results:
needs:
- solhint-check
steps:
Expand Down

0 comments on commit 826bc2b

Please sign in to comment.