Merge pull request #35 from lsst-ts/tickets/DM-48278_1 #406
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: lint | |
on: push | |
jobs: | |
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 identify>=2.6 ts-pre-commit-config python=3.11 -y |