Skip to content

Fix add phone function in the event parser #25

Fix add phone function in the event parser

Fix add phone function in the event parser #25

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run tests
run: composer test