Skip to content

Commit

Permalink
Fix yaml lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie <[email protected]>
  • Loading branch information
Dengjianping committed Nov 12, 2024
1 parent 00bddea commit 69f1659
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chop/manta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ db: ./db.sqlite

import-storage:
Sudo:
Key: dfbMFtQXqiKHH4d2y4CFcVQCpopqKcaEiYv2DCUpVCphoz8kB # Alice
Key: dfbMFtQXqiKHH4d2y4CFcVQCpopqKcaEiYv2DCUpVCphoz8kB # Alice

Check warning on line 8 in chop/manta.yml

View workflow job for this annotation

GitHub Actions / lint-checks

8:60 [comments] too few spaces before comment
System:
Account:
-
Expand All @@ -16,5 +16,6 @@ import-storage:
ParachainStaking:
# NOTE: MANTA_BLOCK_NUMBER should set to 2170792 in .env file.
# If you change the block number, you need to also change here.
# The value should be `authorInherent.author` storage correspond to your block number.
SelectedCandidates: [dfbE3LfJAvdnNWBQmNv9bBUW3ieAjwijWZYRXx26uK3o2gTJZ]
# The value should be `authorInherent.author` storage \
# correspond to your block number.
SelectedCandidates: [dfbE3LfJAvdnNWBQmNv9bBUW3ieAjwijWZYRXx26uK3o2gTJZ]

0 comments on commit 69f1659

Please sign in to comment.