We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b077a9c + 18f91db commit 5746f0cCopy full SHA for 5746f0c
2 files changed
CHANGELOG.md
@@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa
11
12
## [Unreleased]
13
14
+- git actions check
15
+
16
- [PR-289](https://github.com/OS2Forms/os2forms/pull/289)
17
Added required "Zoom control position" to map element
18
compose.yaml
@@ -8,6 +8,16 @@ services:
8
working_dir: /app
9
volumes:
10
- ./:/app
+ environment:
+ COMPOSER_HOME: /tmp/composer
+ COMPOSER_CACHE_DIR: /tmp/composer-cache
+ entrypoint:
+ - bash
+ - -lc
+ - |
+ git config --global --add safe.directory /app
19
+ exec "$@"
20
21
22
markdownlint:
23
image: itkdev/markdownlint
0 commit comments