mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-18 22:01:42 -04:00
Run cppcheck. Fixed errors in C code found by cppcheck.
This commit is contained in:
4
.github/workflows/astronomy-engine-tests.yml
vendored
4
.github/workflows/astronomy-engine-tests.yml
vendored
@@ -23,10 +23,10 @@ jobs:
|
||||
run: python -m pip install --upgrade pip && pip install pylint mypy
|
||||
- name: Install documentation tools Linux
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: sudo apt install -y doxygen xsltproc
|
||||
run: sudo apt install -y doxygen xsltproc cppcheck
|
||||
- name: Install documentation tools macOS
|
||||
if: startsWith(matrix.os, 'macOS')
|
||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install doxygen
|
||||
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install doxygen cppcheck
|
||||
- name: Init Node.js 16
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user