Skip to content

Commit

Permalink
Update git lint workflow to include indentify>2.6 for lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
edennihy committed Dec 18, 2024
1 parent 964ed3e commit 58aca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
$CONDA/bin/conda config --set solver classic
$CONDA/bin/conda install -c lsstts -c conda-forge pre-commit ts-pre-commit-config python=3.11 -y
$CONDA/bin/conda install -c conda-forge pre-commit -y
$CONDA/bin/conda install -c conda-forge pre-commit identify>=2.6 -y
$CONDA/bin/generate_pre_commit_conf --skip-pre-commit-install
- name: Run pre commit checks
Expand Down

0 comments on commit 58aca02

Please sign in to comment.