Skip to content

Commit

Permalink
Add back ts-pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkalmbach committed Nov 13, 2023
1 parent 6150906 commit 09cb734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

- name: Install
run: |
$CONDA/bin/conda install -c lsstts ts-pre-commit-config -y
$CONDA/bin/conda install -c conda-forge pre-commit -y
$CONDA/bin/generate_pre_commit_conf --skip-pre-commit-install
- name: Run pre commit checks
run: $CONDA/bin/pre-commit run --all

0 comments on commit 09cb734

Please sign in to comment.