Skip to content

Commit

Permalink
💄 Keep action.yml lines under 80 chars
Browse files Browse the repository at this point in the history
This was caught by yamllint.
  • Loading branch information
webknjaz committed Jul 14, 2023
1 parent d5bbeb2 commit 4074f37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ runs:
'stable-2.14': (3, 11),
'stable-2.15': (3, 11),
}
python_version_fallback_for_devel = max(set(python_version_map.values()))
python_version_fallback_for_devel = max(
set(python_version_map.values()),
)
origin_python_version_tuple = python_version_map.get(
ansible_core_version,
# For any non-stable branch, we assume
Expand Down

0 comments on commit 4074f37

Please sign in to comment.