GitHub Action
setup_nu
v0.1
Pre-release
This GitHub Action will setup a Nushell environment.
- Automatically detects system architecture and OS to download the correct Nushell version.
- Installs Nushell.
- Optionally sets Nushell as the default shell.
name: Test Nushell Setup
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
setup-nushell:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Nushell
uses: pelasgus/setup_nu@main
N.B. : To make nushell
the default shell add:
with:
set-default: true
guix shell -m manifest.scm
cargo build --release
The repository's contents are licensed under the latest version of the GNU General Public License.