Skip to content

Add prettier, lint, workflows and fixes for API #6

Add prettier, lint, workflows and fixes for API

Add prettier, lint, workflows and fixes for API #6

Workflow file for this run

name: JS Checks
on:
pull_request:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
js-checks:
uses: hemilabs/actions/.github/workflows/js-checks.yml@main
with:
node-versions: '["16", "18", "20", "22"]'