Skip to content

Commit

Permalink
test if develop branch exists in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaskikutis committed Dec 19, 2024
1 parent e20bca6 commit 7cd79d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grep-lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ def get_command(branch=None):

any_rule_violated = False


print('git branch output:')
print(subprocess.check_output(["git", "branch"], stderr=subprocess.STDOUT).decode('utf-8'))

for rule in rules_to_check:
rule_regex = rule['perl_regex']
rule_name = rule['name']
Expand Down

0 comments on commit 7cd79d3

Please sign in to comment.