Skip to content

Updated readme; Added security and code of conduct files #205

Updated readme; Added security and code of conduct files

Updated readme; Added security and code of conduct files #205

Workflow file for this run

name: PHP Linting
on: push
jobs:
pint:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Check code style"
uses: aglipanci/laravel-pint-action@2.3.1
with:
configPath: "pint.json"