Skip to content

Commit 6acabed

Browse files
committed
edit
1 parent c04a18c commit 6acabed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Linting and Formating checks
22
on:
3-
workflow_call:
3+
workflow_call:
44

55
jobs:
66
# Run Pylint and Black formatter

.github/workflows/push-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Push Contianer to Docker Hub
22
on:
3-
workflow_call:
3+
workflow_call:
4+
45

56
jobs:
67

0 commit comments

Comments
 (0)