Skip to content

GitHub Actions: add Topiary (my fork) to build #474

GitHub Actions: add Topiary (my fork) to build

GitHub Actions: add Topiary (my fork) to build #474

Workflow file for this run

name: Ursa CI
on: [push, pull_request]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
git clone https://github.com/rrthomas/topiary ~/topiary && cd ~/topiary && cargo install --path topiary-cli
npm install
npm run test-all