Skip to content

Commit

Permalink
fix: add back commitlint to lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Mar 7, 2024
1 parent 1500a36 commit db80347
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,5 @@ runs:
if: inputs.checkout-repo == 'true'
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v5
- name: Install pre-commit
run: pip install pre-commit
shell: bash
- name: Run pre-commit
run: pre-commit run --show-diff-on-failure --color=always --all-files
shell: bash
uses: open-turo/action-pre-commit@v3

0 comments on commit db80347

Please sign in to comment.