Skip to content

Match use of ‘async’ in Ark 0.1.14, and restore ‘use js’ test #38

Match use of ‘async’ in Ark 0.1.14, and restore ‘use js’ test

Match use of ‘async’ in Ark 0.1.14, and restore ‘use js’ test #38

Workflow file for this run

name: Ursa CI
on: [ push, pull_request ]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build and test
run: npm test