Skip to content

Enable investigators to leverage cross-core SPARC functionality programmatically #121

Enable investigators to leverage cross-core SPARC functionality programmatically

Enable investigators to leverage cross-core SPARC functionality programmatically #121

Workflow file for this run

name: Reviewdog
on:
pull_request:
types: [opened, edited, synchronize, review_requested, reopened]
jobs:
reviewdog:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install
run: |
python -m pip install -U pip
pip install --progress-bar off -U .[checking]
- name: Apply formatters
run: |
pip install black blackdoc isort
black .
blackdoc .
isort .
- name: Reviewdog
uses: reviewdog/action-suggester@v1
with:
tool_name: formatters