feat!(style): insert comma between list items/record items/parameters/match_arms #95
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - dev | |
| 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: Cargo binstall | |
| uses: cargo-bins/cargo-binstall@main | |
| - name: Install topiary-cli | |
| run: | | |
| topiary --version || cargo binstall --no-confirm --force topiary-cli | |
| - name: Run tests | |
| run: nu run_test.nu |