Skip to content

Commit 1c31de0

Browse files
committed
ci: revert to check only
1 parent 411a51a commit 1c31de0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,5 @@ jobs:
2121
- name: Check files using black formatter
2222
uses: datadog/[email protected]
2323
with:
24-
check_mode: false
24+
check_mode: true
2525
additional_args: "-t py36 elkserver/docker/redelk-base/redelkinstalldata/scripts"
26-
27-
- name: Commit & Push changes
28-
uses: Andro999b/[email protected]
29-
with:
30-
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
message: "style: autoformatted code with black"
32-
branch: "develop"

0 commit comments

Comments
 (0)