Skip to content

Testing git nix workflow #1

Testing git nix workflow

Testing git nix workflow #1

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: workflow/nix-shell-action@v3
with:
packages: hello,docker
script: |
nix-shell
sphinx --help