Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Mar 15, 2024
1 parent 53b67b1 commit 0d5be7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.{js,ts,cjs,cts,mjs,mts,json,json5,yaml,yml}]
[*.{js,ts,cjs,cts,mjs,mts,json,json5,yaml,yml,neon}]
indent_size = 2

[*.md]
Expand Down
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# Yaml
*.yml text eol=lf
*.yaml text eol=lf
*.neon text eol=lf

# other
*.xml text eol=lf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
skip-validate-composer: false
skip-phplint: false
skip-check-composer: false
dependency-analyser-options: "--ignore-dev-in-prod-deps --ignore-unknown-classes"

install:
name: "Install Project"
Expand Down

0 comments on commit 0d5be7c

Please sign in to comment.