Skip to content

Create SECURITY.md (#11) #21

Create SECURITY.md (#11)

Create SECURITY.md (#11) #21

Workflow file for this run

name: PHP Linting
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
php-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check PHP Lint
uses: michaelw90/PHP-Lint@master