Skip to content

Commit

Permalink
Testing git nix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Dec 15, 2023
1 parent e29b0eb commit b2ade7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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

0 comments on commit b2ade7e

Please sign in to comment.