Skip to content

ci.yml install topiary #3

ci.yml install topiary

ci.yml install topiary #3

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: continuous-integration
jobs:
test:
runs-on: ubuntu-latest
name: Nushell formatter test
steps:
- uses: actions/checkout@v4
- uses: hustcer/setup-nu@main
with:
version: "*"
- run: nu --version
- name: Setup Rust toolchain and cache
uses: actions-rust-lang/[email protected]
- name: Clone topiary
uses: GuillaumeFalourd/[email protected]
with:
branch: 'main'
owner: 'tweag'
repository: 'topiary'
- run: |
cd topiary
cargo install --path topiary-cli
- run: |
cd ..
nu run_test.nu