Skip to content

fixed #12056 - qt.cfg: implemented Q_OBJECT to get rid of symbolDatabaseWarning in selfcheck #11452

fixed #12056 - qt.cfg: implemented Q_OBJECT to get rid of symbolDatabaseWarning in selfcheck

fixed #12056 - qt.cfg: implemented Q_OBJECT to get rid of symbolDatabaseWarning in selfcheck #11452

Workflow file for this run

name: Build manual
on:
push:
branches:
- 'main'
- 'releases/**'
tags:
- '2.*'
pull_request:
permissions:
contents: read
jobs:
convert_via_pandoc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
mkdir output
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual.html man/manual.md
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual.pdf man/manual.md
- uses: docker://pandoc/latex:2.9
with:
args: --output=output/manual-premium.pdf man/manual-premium.md
- uses: actions/upload-artifact@v3
with:
name: output
path: output
manpage:
- runs-on: ubuntu-22.04

Check failure on line 42 in .github/workflows/buildman.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/buildman.yml

Invalid workflow file

You have an error in your yaml syntax on line 42
steps:
- uses: actions/checkout@v3
- name: Install missing software on ubuntu
if: contains(matrix.image, 'ubuntu')
run: |
apt-get update
apt-get install -y xsltproc docbook-xsl
- name: build manpage
run: |
make man
- uses: actions/upload-artifact@v3
with:
name: cppcheck.1
path: cppcheck.1