We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10951cd commit 31cc203Copy full SHA for 31cc203
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ jobs:
7
steps:
8
- uses: actions/[email protected]
9
10
+ - name: Install Nushell
11
+ run: cargo install nu --locked --no-default-features
12
+
13
- name: Setup Node
14
uses: actions/[email protected]
15
with:
0 commit comments