Skip to content

Commit

Permalink
ci: run black linter
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Aug 28, 2023
1 parent df14f1c commit 72a651b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: datadog/[email protected]
with:
check_mode: "true"
print_diff_mode: "true"

0 comments on commit 72a651b

Please sign in to comment.