You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
499 B

  1. name: Man pages
  2. on:
  3. push:
  4. branches: [master, features]
  5. pull_request:
  6. branches: [master, features]
  7. jobs:
  8. e2e-tests:
  9. runs-on: ubuntu-latest
  10. name: Check
  11. steps:
  12. - uses: actions/checkout@v2
  13. - name: Compile man pages
  14. run: |
  15. sudo gem install ronn
  16. make manpage
  17. - name: manpage (section 1)
  18. run: |
  19. man -P $(which cat) manpage/kosmorro.1
  20. - name: manpage (section 7)
  21. run: |
  22. man -P $(which cat) manpage/kosmorro.7