Skip to content

Update 'utils' from PHP to TypeScript #658

Update 'utils' from PHP to TypeScript

Update 'utils' from PHP to TypeScript #658

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@v4
- name: Run npm install
working-directory: ./util
run: |
npm install
- name: Run npm check
working-directory: ./util
run: |
npm run check