add krankerl conf and .nextcloudignore for release action
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Родитель
e45b697341
Коммит
e3c3e19c3b
|
@ -0,0 +1,36 @@
|
|||
.git
|
||||
.github
|
||||
.gitignore
|
||||
.tx
|
||||
.vscode
|
||||
.php-cs-fixer.*
|
||||
/.codecov.yml
|
||||
/.eslintrc.js
|
||||
/.gitattributes
|
||||
/.gitignore
|
||||
/.l10nignore
|
||||
/.nextcloudignore
|
||||
/.travis.yml
|
||||
/.pre-commit-config.yaml
|
||||
/babel.config.js
|
||||
/build
|
||||
/CODE_OF_CONDUCT.md
|
||||
/composer.*
|
||||
/node_modules
|
||||
/screenshots
|
||||
/src
|
||||
/vendor
|
||||
/jest.config.js
|
||||
/Makefile
|
||||
/makefile
|
||||
/krankerl.toml
|
||||
/package-lock.json
|
||||
/package.json
|
||||
/postcss.config.js
|
||||
/psalm.xml
|
||||
/pyproject.toml
|
||||
/renovate.json
|
||||
/stylelint.config.js
|
||||
/webpack.config.js
|
||||
/webpack.js
|
||||
tests
|
|
@ -3,12 +3,12 @@
|
|||
"authors": [
|
||||
{
|
||||
"name": "Julien Veyssier",
|
||||
"email": "eneiluj@posteo.net"
|
||||
"email": "julien-nc@posteo.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"league/commonmark": "^2.3",
|
||||
"php": "^7.4 || ^8.0"
|
||||
"php": "^8.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
before_cmds = [
|
||||
"composer install --no-dev -a",
|
||||
"npm install --deps",
|
||||
"npm run build",
|
||||
]
|
Загрузка…
Ссылка в новой задаче