Skip to content

Add toon3, toon5 material options (#125) #583

Add toon3, toon5 material options (#125)

Add toon3, toon5 material options (#125) #583

Workflow file for this run

name: eslint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
- name: Run eslint
run: |
cd src/viser/client
yarn
yarn eslint .