Skip to content

Commit

Permalink
ci: use existing action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Jun 27, 2024
1 parent 1c8f886 commit 6a785bc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
tofu_version: v1.7.2 # renovate: datasource=github-releases depName=opentofu/opentofu
tofu_wrapper: false

- name: Install dependencies
run: pip install pre-commit

- name: Run pre-commit
run: pre-commit run --all-files --show-diff-on-failure
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --verbose

0 comments on commit 6a785bc

Please sign in to comment.