summary refs log blame commit diff
path: root/.github/workflows/nixos-manual.yml
blob: 101cd3906bef4f5b4e46aff47b06a76ff45fc38c (plain) (tree)



















                                                                      
name: NixOS manual checks

on:
  pull_request:
    branches-ignore:
      - 'release-**'
    paths:
      - 'nixos/**/*.xml'
      - 'nixos/**/*.md'

jobs:
  tests:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: cachix/install-nix-action@v12
    - name: Check DocBook files generated from Markdown are consistent
      run: |
        nixos/doc/manual/md-to-db.sh
        git diff --exit-code