Skip to content

Commit 44cafa0

Browse files
committed
Fix linter issues
1 parent 00d2012 commit 44cafa0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ updates:
1313
github-actions:
1414
patterns:
1515
- "*"
16-
target-branch: "develop
16+
target-branch: "develop"
1717

1818
- package-ecosystem: "docker" # See documentation for possible values
1919
directory: "/docker/" # Location of package manifests
2020
schedule:
2121
interval: "weekly"
22-
target-branch: "develop
22+
target-branch: "develop"
2323

2424
- package-ecosystem: "pip" # See documentation for possible values
2525
directory: "/" # Location of package manifests
2626
schedule:
2727
interval: "weekly"
28-
target-branch: "develop
28+
target-branch: "develop"

.github/workflows/unstable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
push:
3434
branches:
3535
- develop
36-
workflow_dispatch:
36+
workflow_dispatch:
3737
concurrency: roundup
3838

3939

0 commit comments

Comments
 (0)