From 826bc2bed09a0b7367c742453c0f1353f2e5ae8d Mon Sep 17 00:00:00 2001 From: abing <410174833@qq.com> Date: Fri, 13 Jan 2023 11:20:44 +0800 Subject: [PATCH] node name --- pkg/service/templates/truffle_check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/service/templates/truffle_check.yml b/pkg/service/templates/truffle_check.yml index 5d8aed45..6ae81719 100644 --- a/pkg/service/templates/truffle_check.yml +++ b/pkg/service/templates/truffle_check.yml @@ -1,7 +1,7 @@ version: 1.0 name: {{.Name}} stages: - git-clone: + Initialization: steps: - name: git-clone uses: git-checkout @@ -9,7 +9,7 @@ stages: url: {{ .RepositoryUrl }} branch: main - sol-profiler-check: + Check by Sol-Profile...: needs: - git-clone steps: @@ -21,7 +21,7 @@ stages: with: path: contracts - solhint-check: + Check by Solhint: needs: - sol-profiler-check steps: @@ -33,7 +33,7 @@ stages: with: path: contracts - mythril-check: + Check by Mythril: needs: - solhint-check steps: @@ -43,7 +43,7 @@ stages: path: contracts solc-version: 0.6.0 - check-aggregation: + Output Results: needs: - solhint-check steps: