Skip to content

Remove all maps from the repository. #71

Remove all maps from the repository.

Remove all maps from the repository. #71

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