Skip to content

Refactor RSS widgets loop for clarity #40

Refactor RSS widgets loop for clarity

Refactor RSS widgets loop for clarity #40

Workflow file for this run

name: PHP Coding Standards
on:
push:
branches:
- main
pull_request:
jobs:
phpcs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
tools: composer, cs2pr
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run PHPCS
run: composer lint -- --report-checkstyle | cs2pr