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 dd9ffe1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ 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 conda-forge -c lsstts pre-commit ts-pre-commit-config python=3.11 identify>=2.6 -y

0 comments on commit dd9ffe1

Please sign in to comment.