Skip to content

Introduce GitHub action for lint validation. #1

Introduce GitHub action for lint validation.

Introduce GitHub action for lint validation. #1

Workflow file for this run

name: Verify
on:
pull_request:
branches:
- master
push:
branches:
- master
schedule:
- cron: '20 4 * * *'
jobs:
lint:
name: Run PHP linter validation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: firehed/lint-php-action@v1