Skip to content

πŸ“ switch nix lsp #32

πŸ“ switch nix lsp

πŸ“ switch nix lsp #32

Workflow file for this run

name: check installation script
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: πŸ” Checkout repository
uses: actions/checkout@v3
- name: πŸ› οΈ Trigger installation script
run: |
SET_DEFAULT_SHELL=1 ./install.sh runner
- name: πŸ“² Check commands available
run: |
source ~/.bashrc
nix
home-manager