Skip to content

Allow users to select a quarter in Schedule of Classes #250

Allow users to select a quarter in Schedule of Classes

Allow users to select a quarter in Schedule of Classes #250

Workflow file for this run

name: Lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint and check formatting
runs-on: ubuntu-latest
steps:
- name: Check Out Repo
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install Dependencies
run: npm install
env:
HUSKY: 0
- name: Lint
run: npm run lint