Skip to content

fix(itkwasm): support wasmtime 48 #2238

fix(itkwasm): support wasmtime 48

fix(itkwasm): support wasmtime 48 #2238

Workflow file for this run

name: PR Checks
on: pull_request
jobs:
pr-checks:
runs-on: ubuntu-24.04
name: Check and lint PR
steps:
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- uses: actions/setup-node@v7
with:
node-version: '20'
- name: Install
uses: pnpm/action-setup@v6
with:
run_install: true
- name: Lint commits
run: pnpm test:commitlint --from=${{ github.event.pull_request.base.sha }}