diff --git a/.mise/tasks/autocorrect b/.mise/tasks/autocorrect index 373d7ac..d501df2 100755 --- a/.mise/tasks/autocorrect +++ b/.mise/tasks/autocorrect @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Clean build directory" +#MISE description="Clean build directory" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common" diff --git a/.mise/tasks/build b/.mise/tasks/build index b8ac9c7..96786bf 100755 --- a/.mise/tasks/build +++ b/.mise/tasks/build @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Build the project" +#MISE description="Build the project" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common" diff --git a/.mise/tasks/clean b/.mise/tasks/clean index 88324f6..7cc7081 100755 --- a/.mise/tasks/clean +++ b/.mise/tasks/clean @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Clean build directory" +#MISE description="Clean build directory" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common" diff --git a/.mise/tasks/env b/.mise/tasks/env index 6673a62..e5d8221 100755 --- a/.mise/tasks/env +++ b/.mise/tasks/env @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Show environment" +#MISE description="Show environment" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common" diff --git a/.mise/tasks/format b/.mise/tasks/format index 9e0baca..967c240 100755 --- a/.mise/tasks/format +++ b/.mise/tasks/format @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Format the project" +#MISE description="Format the project" set -euo pipefail swiftformat $MISE_PROJECT_ROOT diff --git a/.mise/tasks/lint b/.mise/tasks/lint index a7464b4..8f4e194 100755 --- a/.mise/tasks/lint +++ b/.mise/tasks/lint @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Lint the project" +#MISE description="Lint the project" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common" diff --git a/.mise/tasks/test b/.mise/tasks/test index 121e79c..a4c072c 100755 --- a/.mise/tasks/test +++ b/.mise/tasks/test @@ -1,5 +1,5 @@ #!/bin/bash -# mise description="Test the project" +#MISE description="Test the project" set -euo pipefail source "$MISE_PROJECT_ROOT/.mise/helpers/common"