Skip to content

Commit

Permalink
Update luxonis-ml-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Jan 5, 2024
1 parent a92b56e commit 42b0b06
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/luxonis-ml-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,24 @@ jobs:
curl -L "https://raw.githubusercontent.com/luxonis/luxonis-ml/dev/.pre-commit-config.yaml" -o ".pre-commit-config.yaml"
- uses: pre-commit/action@v3.0.0
name: ruff
with:
extra_args: ruff docformatter mdformat --all-files
extra_args: ruff --all-files

- uses: pre-commit/action@v3.0.0
name: ruff-format
with:
extra_args: ruff-format --all-files

- uses: pre-commit/action@v3.0.0
name: docformatter
with:
extra_args: docformatter --all-files

- uses: pre-commit/action@v3.0.0
name: mdformat
with:
extra_args: mdformat --all-files

tests:
needs:
Expand Down

0 comments on commit 42b0b06

Please sign in to comment.