Skip to content

Merge branch 'main' of https://github.com/KhronosGroup/glTF-Sample-As… #1

Merge branch 'main' of https://github.com/KhronosGroup/glTF-Sample-As…

Merge branch 'main' of https://github.com/KhronosGroup/glTF-Sample-As… #1

Workflow file for this run

name: Asset Quality Workflow
on: [push, pull_request]
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: latest
- name: Execute PHP script
run: |
php util/model.php --no-warn --check --verbose