Skip to content

Commit

Permalink
test(controller-container): Update controller.py (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Apr 4, 2024
1 parent 1eba291 commit d5626d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/commitlint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default {
'controller-container',
'fizzbuzz-chart',
'fizzbuzz-crds-chart'
]]
]],
'subject-case': [RuleConfigSeverity.Error, 'never', []],
}
};
1 change: 1 addition & 0 deletions .github/workflows/pr-title-commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- opened
- reopened
- edited
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion containers/controller/src/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


if __name__ == "__main__":
logging.info("hello github!!!!")
logging.info("hello github!!!!+++")

0 comments on commit d5626d3

Please sign in to comment.