Skip to content

Merge remote-tracking branch 'upstream/dev' into histo_dep_save #1

Merge remote-tracking branch 'upstream/dev' into histo_dep_save

Merge remote-tracking branch 'upstream/dev' into histo_dep_save #1

Workflow file for this run

name: Check Style (API)
on:
push:
paths:
- api/*
workflow_dispatch:
pull_request:
concurrency:
group: "${{ github.ref }}"
cancel-in-progress: true
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/[email protected]
with:
sort-paths: api/
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: api/