ttrss/vendor/soundasleep/html2text/.github/workflows/lint.yml

18 lines
330 B
YAML

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
tools: phplint
- name: Check syntax
run: phplint .