We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411a51a commit 1c31de0Copy full SHA for 1c31de0
.github/workflows/lint.yml
@@ -21,12 +21,5 @@ jobs:
21
- name: Check files using black formatter
22
uses: datadog/[email protected]
23
with:
24
- check_mode: false
+ check_mode: true
25
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