Skip to content

Adding the isExam flag in assignment edit form. #621

Adding the isExam flag in assignment edit form.

Adding the isExam flag in assignment edit form. #621

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: ['18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: corepack enable
- run: yarn install
- run: yarn test
lint:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: ['18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: corepack enable
- run: yarn install
- run: yarn lint