diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-09-05 12:44:49 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-09-05 12:44:49 -0400 |
commit | 812ecd1feeb002252dd4d732b395d31c4179afaf (patch) | |
tree | e1465d55526e678122f1b80b1209d590f76d1920 /.github/workflows | |
parent | ac042e14d8ba3ac352cf7a03e4f849e4456f4a03 (diff) | |
download | bfs-812ecd1feeb002252dd4d732b395d31c4179afaf.tar.xz |
docs/bfs.1: Fix some mandoc lint warnings
And add mandoc -Tlint to make check-man.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be0a164..afc709b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: sudo apt-get update -y sudo apt-get install -y \ expect \ + mandoc \ gcc-multilib \ libgcc-s1:i386 \ acl \ |