Skip to content

techdebt🍴: parse manga synopsis with line-breaks #320 #74

techdebt🍴: parse manga synopsis with line-breaks #320

techdebt🍴: parse manga synopsis with line-breaks #320 #74

name: Code Quality
on:
push:
branches:
- master
jobs:
codeQuality:
runs-on: ubuntu-20.04
name: PHP
steps:
- name: Checkout changes
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup PHP and linter
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
tools: parallel-lint, phpunit, php-cs-fixer
- name: Run code quality checks
run: ./.github/workflows/utilities/lint-push