Skip to content

Commit 0f5b4e8

Browse files
committed
fix: ci
1 parent 8e07369 commit 0f5b4e8

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ jobs:
1818
version: "*"
1919
- run: nu --version
2020
- name: Setup Rust toolchain and cache
21-
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1
22-
- name: Clone topiary
23-
uses: GuillaumeFalourd/clone-github-repo-action@v2.3
24-
with:
25-
branch: 'main'
26-
owner: 'tweag'
27-
repository: 'topiary'
21+
uses: actions-rust-lang/setup-rust-toolchain@v1.13.0
22+
- name: Cargo binstall
23+
uses: cargo-bins/cargo-binstall@main
2824
- name: Install topiary-cli
2925
run: |
30-
cd topiary
31-
topiary --version || cargo install --path topiary-cli
26+
topiary --version || cargo binstall --no-confirm topiary-cli
3227
- name: Run tests
3328
run: nu run_test.nu

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@
1010

1111
## Status
1212

13-
<<<<<<< HEAD
1413
* Supposed to work well with all language features of nushell v0.106
15-
=======
16-
* Supposed to work well with all language features of nushell v0.105
17-
>>>>>>> e045c1f (doc: topiary required version)
14+
* Except for some known issues of `tree-sitter-nu`
1815

1916
> [!NOTE]
2017
>
21-
> * There're corner cases where `tree-sitter-nu` would fail with parsing errors, if you encounter them, please open an issue [there](https://github.com/nushell/tree-sitter-nu).
22-
> * If you encounter any style/format issue, please report in this repo, any feedback is appreciated.
18+
> * There're corner cases where `tree-sitter-nu` would fail with parsing errors, if you encounter any, feel free to report [at the parser side](https://github.com/nushell/tree-sitter-nu/issues).
19+
> * If you encounter any style/format issue, please report in this repo.
2320
2421
## Setup
2522

0 commit comments

Comments
 (0)