Skip to content

Add Finder Get Info, Quick Look, and PICT preview, and keep LocalTalk… #11

Add Finder Get Info, Quick Look, and PICT preview, and keep LocalTalk…

Add Finder Get Info, Quick Look, and PICT preview, and keep LocalTalk… #11

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build