Skip to content

feat: adapted to the latest parser #14

feat: adapted to the latest parser

feat: adapted to the latest parser #14

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'
- name: Install topiary-cli
run: |
cd topiary
cargo install --path topiary-cli
- name: Run tests
run: nu run_test.nu