Skip to content

Only enable the selection of records if actions are available #71

Only enable the selection of records if actions are available

Only enable the selection of records if actions are available #71

Workflow file for this run

name: style
on: [push, pull_request]
permissions:
contents: read
jobs:
style:
runs-on: ubuntu-latest
name: Style
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite
coverage: none
- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Run style
run: composer style