Skip to content

DM-45952: Add pipeline_tools url to etc/repos.yaml #423

DM-45952: Add pipeline_tools url to etc/repos.yaml

DM-45952: Add pipeline_tools url to etc/repos.yaml #423

Workflow file for this run

name: repos
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install
run: pip install -r requirements.txt
- name: Run linter
run: ./bin/repos-lint ./etc/repos.yaml