File tree 7 files changed +9
-5
lines changed
7 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
4
4
set -e
5
5
6
+ unset MISE_TASK_OUTPUT
7
+
6
8
mise run check:deadcode ::: check:gosec ::: check:staticcheck ::: check:vulncheck ::: check:helm-lint
Original file line number Diff line number Diff line change 3
3
4
4
set -e
5
5
6
+ unset MISE_TASK_OUTPUT
7
+
6
8
mise run fmt:go ::: fmt:lua ::: fmt:prettier
Original file line number Diff line number Diff line change @@ -46,6 +46,4 @@ if [ ! -d "$LUAFMT" ]; then
46
46
rmdir " $LUAFMT /$LUA_FORMATTER_FILE "
47
47
fi
48
48
49
-
50
-
51
49
$LUAFMT /bin/CodeFormat format -w . --ignores-file " .gitignore" -c ./integration_tests/.editorconfig
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
# MISE description="Generate all code"
3
3
4
+ unset MISE_TASK_OUTPUT
5
+
4
6
mise run generate:sql ::: generate:graphql ::: generate:proto
5
7
mise run generate:mocks ::: generate:tester_spec
6
8
mise run fmt:go ::: fmt:prettier
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ #! /usr/bin/env sh
2
2
# MISE description="Start local development server"
3
3
# MISE sources=["**/*.go", "data/**/*.yaml"]
4
4
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ #! /usr/bin/env sh
2
2
# MISE description="Setup local environment using dlv"
3
3
4
4
set -e
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ #! /usr/bin/env sh
2
2
# MISE description="Setup local development environment"
3
3
4
4
set -e
You can’t perform that action at this time.
0 commit comments