final tweaks before testing

This commit is contained in:
Adam Weston
2023-07-16 10:17:14 -04:00
parent af17c6f6ae
commit a76b5a4634
17 changed files with 186 additions and 166 deletions

View File

@@ -1,6 +1,12 @@
name: Fix PHP Code Styling
name: "Fix PHP Code Styling"
on: [push]
on:
push:
paths:
- '**.php'
permissions:
contents: write
jobs:
php-code-styling: