Skip to content

chore: add marketplace metadata to action.yml #15

chore: add marketplace metadata to action.yml

chore: add marketplace metadata to action.yml #15

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- name: Install Tessl CLI (for tile-lint integration test)
uses: tesslio/setup-tessl@v2
- name: Run tests
run: npm test
- name: "Smoke: build the example"
run: node bin/x927.js build --dry-run examples/app-builder/PLUGIN.md