Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
include:
# MANDATORY CHECKS USING CURRENT DEVELOPMENT INTERPRETER
- dependencies: >
libatomic
pylint
python3-dbus
python3-dbus-python-client-gen
Expand All @@ -41,7 +42,7 @@ jobs:
ShellCheck
task: make -f Makefile shellcheck
runs-on: ubuntu-latest
container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT
container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
- uses: actions/checkout@v5
with:
Expand Down