Skip to content

Add a placeholder for the open in desktop app string #773

Add a placeholder for the open in desktop app string

Add a placeholder for the open in desktop app string #773

Workflow file for this run

name: Build
permissions:
contents: read
on: [push, pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
- name: Install
run: npm install
- name: Test
run: npm test