Skip to content

Second pass at React #625

Second pass at React

Second pass at React #625

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
build_and_test:
name: Test nanobot
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build and test
run: |
make deps
make test