Skip to content

ci: Implement PHP linting GitHub workflow. #1

ci: Implement PHP linting GitHub workflow.

ci: Implement PHP linting GitHub workflow. #1

Workflow file for this run

name: PHP Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: echohello-dev/actions/php-lint@main
with:
who-to-greet: 'Mona the Octocat'