Skip to content

fix(27129): add hash on iframe link to view videos #38

fix(27129): add hash on iframe link to view videos

fix(27129): add hash on iframe link to view videos #38

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