Skip to content

feat: add support for the 'ChannelTimeout' option #125

feat: add support for the 'ChannelTimeout' option

feat: add support for the 'ChannelTimeout' option #125

Workflow file for this run

name: Verify Commits
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm install
- name: Compile grammar
run: npm run generate
- name: Run all tests
run: npm run test
- name: Run all examples
run: npm run examples