Skip to content

Commit

Permalink
Update github lint workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
edennihy committed Jan 6, 2025
1 parent 7aac453 commit be77923
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ on: push
jobs:
call-workflow:
uses: lsst-ts/tssw_workflows/.github/workflows/lint.yaml@main
lint:
runs-on: ubuntu-latest
steps:
- name: Install
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 identify>=2.6 -y
$CONDA/bin/conda install -c conda-forge pre-commit identify>=2.6 -y

0 comments on commit be77923

Please sign in to comment.