Skip to content

Bump gittools/actions from 2 to 3 (#59) #120

Bump gittools/actions from 2 to 3 (#59)

Bump gittools/actions from 2 to 3 (#59) #120

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