Skip to content

Commit

Permalink
Merge branch 'release/0.10.x' into release/0.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pprkut committed Feb 8, 2025
2 parents 74f3989 + f7b3545 commit aea0c28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset = utf-8
indent_style = space
indent_size = 4

[{*.sh,*.bash}]
[{*.sh,*.bash,justfile}]
indent_style = space
indent_size = 2

Expand Down
11 changes: 11 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: Copyright 2025 Move Agency Group B.V., Zwolle, The Netherlands
# SPDX-License-Identifier: CC0-1.0

import x'$LUNR_JUSTFILES/common.justfile'

set allow-duplicate-variables

export github_actions := env('GITHUB_ACTIONS', '0')
export default_coding_standard := env('LUNR_CODING_STANDARD', '/var/www/libs/lunr-coding-standard/Lunr/')

setup type='dev': (decomposer type)

0 comments on commit aea0c28

Please sign in to comment.