Skip to content

Merge branch 'features/40_update_institutions_models' of https://gith… #114

Merge branch 'features/40_update_institutions_models' of https://gith…

Merge branch 'features/40_update_institutions_models' of https://gith… #114

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1