Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise/tasks/autocorrect
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/build
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/clean
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# mise description="Show environment"
#MISE description="Show environment"
set -euo pipefail

source "$MISE_PROJECT_ROOT/.mise/helpers/common"
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/format
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# mise description="Format the project"
#MISE description="Format the project"
set -euo pipefail

swiftformat $MISE_PROJECT_ROOT
2 changes: 1 addition & 1 deletion .mise/tasks/lint
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .mise/tasks/test
Original file line number Diff line number Diff line change
@@ -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"
Expand Down