Skip to content

Rewrite docker workflow. #11

Rewrite docker workflow.

Rewrite docker workflow. #11

Workflow file for this run

name: Devenv
on:
push:
branches: [ main ]
paths:
- "/devenv*"
pull_request:
branches: [ main ]
paths-ignore:
- "/devenv*"
jobs:
test-nix-env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any git hooks
run: devenv test