Skip to content

Update Monitoring.html #52

Update Monitoring.html

Update Monitoring.html #52

Workflow file for this run

name: checkPHP
on:
push:
branches:
- beta
pull_request:
branches:
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@8.1
with:
dir: '.'