Skip to content

feat: UI changes

feat: UI changes #4

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/[email protected]
with:
php-version: 8.2
- name: Install dependencies
run: composer install
- name: PHP Code Standards
run: vendor/bin/phpcs
- name: PHP Code Analysis
run: vendor/bin/phpstan
- name: PHP Unit Tests
run: vendor/bin/phpunit