Skip to content

feat(chord): add experiment result/DRS object association workflow #2206

feat(chord): add experiment result/DRS object association workflow

feat(chord): add experiment result/DRS object association workflow #2206

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- develop
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
name: Set up Python
with:
python-version: "3.12"
- name: Install flake8
run: python -m pip install flake8 ruff
- name: Run flake8 linter
run: flake8 ./chord_metadata_service
- name: Run ruff linter
run: ruff check ./chord_metadata_service