Skip to content

Changed Simulations to Clickable Demos for Compound #1271

Changed Simulations to Clickable Demos for Compound

Changed Simulations to Clickable Demos for Compound #1271

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint_and_prettier:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run Prettier
run: yarn prettier-check
- name: TSC
run: yarn tsc