Skip to content

Bump cachix/install-nix-action from 26 to 27 #272

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

Bump cachix/install-nix-action from 26 to 27 #272

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'