Extend rtm-check to report the RTM_ALWAYS_ABORT flag #153
This file contains 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: scan-build | |
on: [push, pull_request] | |
jobs: | |
scan-build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Install | |
run: | | |
sudo apt-get update -q | |
sudo apt-get install clang-tools-14 | |
- uses: actions/checkout@v4 | |
- name: Scan-build | |
run: | | |
scan-build-14 --status-bugs -analyze-headers make -j`nproc` |