Skip to content

Cold Place annotaton adjustments #25

Cold Place annotaton adjustments

Cold Place annotaton adjustments #25

Workflow file for this run

name: Lint
on:
- push
- workflow_dispatch
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install Node.js
uses: actions/setup-node@v6
- name: Install dependencies
run: npm install
working-directory: ./extensions
- name: Perform extension type checking
run: npm run typecheck
working-directory: ./extensions