ci: print some program versions

To make debugging easier.
This commit is contained in:
Kelvin M. Klann 2023-04-21 21:15:48 -03:00
parent db1c3e49cb
commit fde591c2b7
3 changed files with 7 additions and 0 deletions

View file

@ -113,6 +113,7 @@ jobs:
run: sudo apt-get update
- name: install cppcheck
run: sudo apt-get install cppcheck
- run: cppcheck --version
- name: cppcheck
run: >
cppcheck -q --force --error-exitcode=1 --enable=warning,performance
@ -134,6 +135,7 @@ jobs:
run: sudo apt-get update
- name: install cppcheck
run: sudo apt-get install cppcheck
- run: cppcheck --version
- name: cppcheck
run: cppcheck -q --force --error-exitcode=1 --enable=warning,performance .
codespell:
@ -151,5 +153,6 @@ jobs:
run: sudo apt-get update
- name: install dependencies
run: sudo apt-get install codespell
- run: codespell --version
- name: codespell
run: make codespell

View file

@ -34,6 +34,7 @@ jobs:
github.com:443
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: python3 --version
# - name: sort.py
# run: >
# ./ci/check/profiles/sort.py