jhpyle / docassemble

A free, open-source expert system for guided interviews and document assembly, based on Python, YAML, and Markdown.
https://docassemble.org
MIT License
786 stars 254 forks source link

Remove cpp from workflow #668

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

(note: un-solicited contribution)

It seems that when adding codeql, GitHub detected sample.cpp in docassemble_demo, and thought that this repo contained C++ code. This isn't correct, and since then, codeql complains loudly that the C++ workflow fails (and sends me silly emails about it).

This removes that workflow. Feel free to clarify if the C++ workflow is intentional and ignore this PR if that is the case.