We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c970a commit 94f750bCopy full SHA for 94f750b
.editorconfig
@@ -16,7 +16,7 @@ charset = utf-8
16
indent_style = space
17
indent_size = 4
18
19
-[{*.sh,*.bash}]
+[{*.sh,*.bash,justfile}]
20
21
indent_size = 2
22
justfile
@@ -0,0 +1,11 @@
1
+# SPDX-FileCopyrightText: Copyright 2025 Move Agency Group B.V., Zwolle, The Netherlands
2
+# SPDX-License-Identifier: CC0-1.0
3
+
4
+import x'$LUNR_JUSTFILES/common.justfile'
5
6
+set allow-duplicate-variables
7
8
+export github_actions := env('GITHUB_ACTIONS', '0')
9
+export default_coding_standard := env('LUNR_CODING_STANDARD', '/var/www/libs/lunr-coding-standard/Lunr/')
10
11
+setup type='dev': (decomposer type)
0 commit comments