Skip to content

update deps, use typescript for tests, add container for tests #183

update deps, use typescript for tests, add container for tests

update deps, use typescript for tests, add container for tests #183

name: Continuous Integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and run dev container task
uses: devcontainers/ci@v0.3
with:
runCmd: make ci