Skip to content

Merge branch 'main' into Feature/11_combine_profile_update_and_fi_ass… #36

Merge branch 'main' into Feature/11_combine_profile_update_and_fi_ass…

Merge branch 'main' into Feature/11_combine_profile_update_and_fi_ass… #36

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