Skip to content

AsyncDialog: set_storyfile_dir #98

AsyncDialog: set_storyfile_dir

AsyncDialog: set_storyfile_dir #98

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
node: [18, 20, 21]
name: test (Node v${{ matrix.node }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
- run: ./tests/runtests.sh