Skip to content

feat: add new conditions to convert PuMuKIT urls instead of replace url of iframe. #41

feat: add new conditions to convert PuMuKIT urls instead of replace url of iframe.

feat: add new conditions to convert PuMuKIT urls instead of replace url of iframe. #41

Workflow file for this run

name: Code validation
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
php-versions: ['7.4']
steps:
- name: Checkout
uses: actions/checkout@v2
- name: PHP validator
run: find . -type f -name "*.php" -print0 | xargs -0 -n1 -P8 php -l