Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 12, 2024
2 parents 601eedf + e0e00a6 commit d916e13
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ jobs:
# VALIDATE_JSON: false
# VALIDATE_HTML: false
# VALIDATE_CSS: false
# VALIDATE_BASH_EXEC: false
<<<<<<< HEAD
# VALIDATE_BASH_EXEC: false
=======
# VALIDATE_BASH_EXEC: false
>>>>>>> e0e00a64c3367d1223681e2f5c2947e1453b9d29
11 changes: 11 additions & 0 deletions .github/workflows/post-pr-reviews.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Post PR code suggestions

on:
workflow_run:
workflows: ["Linting and code quality check"]
types:
- completed

jobs:
post-pr-reviews:
uses: mundialis/github-workflows/.github/workflows/post-pr-reviews.yml@main
6 changes: 3 additions & 3 deletions tests/test_resource_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@


def setup_environment():
"""Setuo test environment"""
"""Setuo test environment."""

global REDIS_PID
# Set the port to the test redis server
Expand Down Expand Up @@ -91,7 +91,7 @@ def setup_environment():


def stop_redis():
"""Function to stop redis"""
"""Function to stop redis."""
if SERVER_TEST is False:
global REDIS_PID
# Kill th redis server
Expand All @@ -106,7 +106,7 @@ def stop_redis():


class ActiniaResourceTestCaseBase(ActiniaTestCaseBase):
"""Actinia resource test case base class"""
"""Actinia resource test case base class."""

@classmethod
def create_user(
Expand Down

0 comments on commit d916e13

Please sign in to comment.