From 09cb734e06bab4c0eefb592c220b1a89f9dd994d Mon Sep 17 00:00:00 2001 From: Bryce Kalmbach Date: Mon, 13 Nov 2023 15:50:37 -0800 Subject: [PATCH] Add back ts-pre-commit. --- .github/workflows/lint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 826018d..fd14fbb 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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