Skip to content

include hatch-fancy-pypi-readme. update makefile, mx.ini and github a… #59

include hatch-fancy-pypi-readme. update makefile, mx.ini and github a…

include hatch-fancy-pypi-readme. update makefile, mx.ini and github a… #59

Workflow file for this run

name: JS tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Corepack
run: |
npm install --global corepack@latest
corepack enable
- name: Install
run: |
corepack enable
make nodejs
- name: Run tests
run: make wtr