Skip to content

Added WatchClass command to notify users that a class is open #44

Added WatchClass command to notify users that a class is open

Added WatchClass command to notify users that a class is open #44

Workflow file for this run

name: Compile
on:
push:
branches: ["main", "master"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main", "master"]
jobs:
eslint:
name: Test code compilation
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Compile Code
run: npm run compile