Skip to content

Auto-updater for the Tiled extension. #76

Auto-updater for the Tiled extension.

Auto-updater for the Tiled extension. #76

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
- name: Perform extension type checking
run: npm run typecheck