Skip to content

chore(deps): update nixos/nix docker tag to v2.35.1 #3995

chore(deps): update nixos/nix docker tag to v2.35.1

chore(deps): update nixos/nix docker tag to v2.35.1 #3995

Workflow file for this run

name: CI
permissions: {}
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request:
jobs:
formatting_linting:
name: Check for formatting or linting issues
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31.10.7
- name: Build
run: nix-shell --pure --run 'treefmt --ci'
build_warning_nix:
name: Build with warnings as errors using the environment provided by Nix
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: cachix/install-nix-action@a49548c11d9846ad46ecc0115273879b045f001c # v31.10.7
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'
build_docker_image_theme_online_docs:
name: Check build of the Docker image with the Tuleap online docs theme (docs.tuleap.com)
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Build image
run: docker build -f online-docs/Dockerfile -t test-build .
build_docker_image_linkcheck:
name: Check build of the Docker image used to run linkcheck
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Build image
run: docker build -f build-support/linkcheck-docker.dockerfile -t test-build-linkcheck .