Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

feat: add code and CI #2

feat: add code and CI

feat: add code and CI #2

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP, with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: intl
- name: Run tests
run: php -f ./src/script.php