Skip to content

Commit 31cc203

Browse files
committed
Add nushell to CI
1 parent 10951cd commit 31cc203

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
steps:
88
- uses: actions/[email protected]
99

10+
- name: Install Nushell
11+
run: cargo install nu --locked --no-default-features
12+
1013
- name: Setup Node
1114
uses: actions/[email protected]
1215
with:

0 commit comments

Comments
 (0)