Add system information on first tab of the settings page

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-02-01 22:59:12 +01:00
parent 9464cf5d9b
commit cb90e604e8
8 changed files with 321 additions and 683 deletions

View File

@@ -1,21 +0,0 @@
name: PHPStan
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- name: Install composer
uses: php-actions/composer@v6
- name: Run PHPStan
uses: php-actions/phpstan@v3
with:
configuration: phpstan.neon.dist
memory_limit: 256M