Skip to content

feat: Update Vis Day schedule. #128

feat: Update Vis Day schedule.

feat: Update Vis Day schedule. #128

Workflow file for this run

name: Test
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and test
run: |
yarn
- name: Test
run: |
yarn lint
yarn test
npm run check