Skip to content

improve the output and some checks on the debug switching script #981

improve the output and some checks on the debug switching script

improve the output and some checks on the debug switching script #981

Workflow file for this run

name: Syntax Checking and Linting
on:
[pull_request]
jobs:
build:
name: Linting
# This job runs on Linux
runs-on: ubuntu-latest
steps:
- name: YAML Lint
uses: ibiqlik/action-yamllint@v0.0.1
with:
file_or_dir: .
- name: PHP Syntax Checker (Lint) PHP 7.3
uses: StephaneBour/actions-php-lint@7.3
with:
dir: '.'