Skip to content

Add explicit support for KIXEL_00. #35

Add explicit support for KIXEL_00.

Add explicit support for KIXEL_00. #35

Workflow file for this run

name: moq.js
on:
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm install
- name: build
run: npm run build
- name: lint
run: npm run lint
- name: test
run: npm run test