Skip to content

Store website method (#1) #5

Store website method (#1)

Store website method (#1) #5

Workflow file for this run

name: style
on: ['push', 'pull_request']
jobs:
style:
name: Style
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
extensions: dom, curl, libxml, mbstring, zip, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: none
- name: Install dependencies
run: composer install
- name: Style
run: composer style