Skip to content

Bump cachix/install-nix-action from 27 to 28 #298

Bump cachix/install-nix-action from 27 to 28

Bump cachix/install-nix-action from 27 to 28 #298

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request:
jobs:
build_warning_nix:
name: Build with Nix
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'