mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ci: print some program versions
To make debugging easier.
This commit is contained in:
parent
db1c3e49cb
commit
fde591c2b7
3 changed files with 7 additions and 0 deletions
3
.github/workflows/build-extra.yml
vendored
3
.github/workflows/build-extra.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/profile-checks.yml
vendored
1
.github/workflows/profile-checks.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
github.com:443
|
||||
|
||||
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
|
||||
- run: python3 --version
|
||||
# - name: sort.py
|
||||
# run: >
|
||||
# ./ci/check/profiles/sort.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue