Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Close modal when an event is deleted (#513) #4

Close modal when an event is deleted (#513)

Close modal when an event is deleted (#513) #4

Workflow file for this run

name: Check
on:
- push
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- run: npm ci --legacy-peer-deps
- run: npm run lint
- run: npm run compile
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: "16.x"
- run: npm ci --legacy-peer-deps
- run: npm run test