Skip to content

get shared typing working #5

get shared typing working

get shared typing working #5

Workflow file for this run

name: CI Workflow
on:
push:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Lint
run: npm run lint