[#364] Restore module-level load_output_table and load_debug_tables helper functions #832
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: cpp-linter | |
| on: | |
| pull_request: | |
| # This needs to be identical (but as paths-ignore) to the 'paths' line in cpp-linter.yaml | |
| paths-ignore: ['**.c', '**.cpp', '**.h', '**.hpp', '**.cxx', '**.hxx', '**.cc', '**.hh', '**CMakeLists.txt', 'meson.build', '**.cmake'] | |
| jobs: | |
| cpp-linter: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: 'echo "No linter run required"' |