Skip to content

fixed: timezone tests depending on .env #93

fixed: timezone tests depending on .env

fixed: timezone tests depending on .env #93

Workflow file for this run

name: Code Quality
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
extensions: mbstring, dom, fileinfo
tools: composer:v2
- name: Install Composer Dependencies
run: composer install --prefer-dist --no-interaction --no-progress
- name: Check Code Style with Laravel Pint
run: vendor/bin/pint --test