Skip to content

This GitHub Action will setup a Nushell environment.

License

Notifications You must be signed in to change notification settings

pelasgus/setup_nu

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action setup_nu

📝|ABSTRACT

This GitHub Action will setup a Nushell environment.

FEATURES

  • Automatically detects system architecture and OS to download the correct Nushell version.
  • Installs Nushell.
  • Optionally sets Nushell as the default shell.

🧰|USAGE

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

🌱|Local Development

🚨|GENERAL PREREQUISITES

guix shell -m manifest.scm
cargo build --release

⚖️|LICENSE

The repository's contents are licensed under the latest version of the GNU General Public License.

About

This GitHub Action will setup a Nushell environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published