Skip to content

chore: remove react-webgl variant with the deprecation of @rive-app/w… #811

chore: remove react-webgl variant with the deprecation of @rive-app/w…

chore: remove react-webgl variant with the deprecation of @rive-app/w… #811

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Modules
run: npm install
- name: Run type check
run: npm run types:check
- name: Run Linter
run: npm run lint
- name: Run Tests
run: npm test
- name: Run build
run: npm run build