1
0
Fork 0
forked from CRSS/Website
Website-fixver/.gitea/workflows/lint.yml

18 lines
360 B
YAML

name: Lint PHP Code
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup PHP
uses: https://github.com/shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Lint PHP Code
run: php -l *.php **/*.php