mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #178] [CLOSED] Auto pint #625
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/178
Author: @Poseidon281
Created: 5/6/2024
Status: ❌ Closed
Base:
main← Head:Auto-Pint📝 Commits (10+)
0ee460dPint fixesb6a03b0Merge branch 'main' into Command-Translations299be4bNew translations activity.php (Greek)234aeb7New translations auth.php (German)e181a0bNew translations auth.php (Greek)69da773New translations auth.php (Portuguese)226eaebNew translations exceptions.php (Greek)f28e83aNew translations passwords.php (Greek)e00af42New translations strings.php (German)4605269New translations strings.php (Greek)📊 Changes
45 files changed (+281 additions, -200 deletions)
View changed files
📝
.github/workflows/pint.yaml(+14 -6)📝
app/Console/Commands/Environment/AppSettingsCommand.php(+7 -7)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+5 -5)📝
app/Console/Commands/Node/MakeNodeCommand.php(+17 -16)📝
app/Console/Commands/Node/NodeConfigurationCommand.php(+2 -2)📝
app/Console/Commands/Overrides/KeyGenerateCommand.php(+3 -3)📝
app/Console/Commands/Schedule/ProcessRunnableCommand.php(+2 -2)📝
app/Console/Commands/UpgradeCommand.php(+13 -11)📝
lang/da/dashboard/account.php(+6 -6)📝
lang/de/admin/index.php(+1 -1)📝
lang/de/auth.php(+2 -2)📝
lang/de/strings.php(+1 -1)📝
lang/el/activity.php(+9 -9)📝
lang/el/admin/eggs.php(+11 -11)📝
lang/el/admin/index.php(+1 -1)📝
lang/el/admin/node.php(+7 -7)📝
lang/el/admin/server.php(+12 -12)📝
lang/el/admin/user.php(+3 -3)📝
lang/el/auth.php(+2 -2)📝
lang/el/command/messages.php(+5 -5)...and 25 more files
📄 Description
I made changes to lint.yml so on each commit it now automatically runs pint and makes a commit named Pint Fixes if needed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.