Skip to content

Commit

Permalink
chore: add is_bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Feb 15, 2024
1 parent a70a919 commit f831286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .manytask.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ deadlines:
tasks:
- task: hello_world
score: 10
bonus: 0
special: 1
is_bonus: true # not counted in total score
- task: sum_a_b
score: 5
bonus: 5
special: 0
- task: disabled_task
enabled: false
Expand All @@ -64,6 +63,7 @@ deadlines:
- task: palindrome
score: 0
special: 2
is_special: true # will mark in manytask
url: https://example.com

- group: 4.FourthGroup
Expand Down

0 comments on commit f831286

Please sign in to comment.