mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
Add system information on first tab of the settings page
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
21
.github/workflows/phpstan.yml
vendored
21
.github/workflows/phpstan.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user