Skip to content

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

Add prettier, lint, workflows and fixes for API

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

Workflow file for this run

name: JS Checks

Check failure on line 1 in .github/workflows/js-checks.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/js-checks.yml

Invalid workflow file

Cannot define both `uses` and `steps` at the same time for the following jobs: js-checks
on:
pull_request:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
jobs:
js-checks:
steps:
- name: Build Shared Package
run: npm run build --workspaces --include-workspace-root
uses: hemilabs/actions/.github/workflows/js-checks.yml@main
with:
node-versions: '["16", "18", "20", "22"]'