Skip to content

Sanitize the iCal URL before initializing #535

Sanitize the iCal URL before initializing

Sanitize the iCal URL before initializing #535

Workflow file for this run

name: Test / JS
on:
pull_request:
branches:
- master
jobs:
js_unit:
name: Unit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn run test:js