Skip to content

finally some success, i think the timeline now works #7

finally some success, i think the timeline now works

finally some success, i think the timeline now works #7

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
- name: Check types
run: npm run lint