mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 09:16:00 +02:00
github actions take 1
This commit is contained in:
@@ -20,6 +20,20 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"lint": [
|
||||
"@php scripts/php-lint.php"
|
||||
],
|
||||
"format:check": [
|
||||
"vendor/bin/pint --test"
|
||||
],
|
||||
"ci": [
|
||||
"@composer validate --strict",
|
||||
"@composer lint",
|
||||
"@composer format:check"
|
||||
],
|
||||
"ci:build": [
|
||||
"@php laracord app:build --build-version=ci"
|
||||
],
|
||||
"post-root-package-install": [
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user