Skip to content

Bump actions/checkout from 4.1.2 to 4.1.3 #264

Bump actions/checkout from 4.1.2 to 4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3 #264

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
- uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'