freescout/freescout-dist/.github/workflows/lint-php.yml

21 lines
329 B
YAML
Raw Normal View History

2023-12-22 19:40:32 +00:00
name: PHP Code Sniffer
on:
workflow_dispatch:
jobs:
build:
name: Lint PHP
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: phpcs
- name: Run check
run: phpcs