Skip to content

πŸ’» test commands when building #2

πŸ’» test commands when building

πŸ’» test commands when building #2

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: |
./install.sh headless
- name: πŸ“² Check commands available
run: |
nix
home-manager