Skip to content

fix #4 : use float instead of string for fps when present #6

fix #4 : use float instead of string for fps when present

fix #4 : use float instead of string for fps when present #6

Workflow file for this run

name: Test
on: [push]
jobs:
lint:
name: PHP Test
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- name: Cache Composer dependencies
uses: actions/cache@v2
with:
path: /tmp/composer-cache
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
- uses: actions/checkout@master
- name: test
run: make test