Skip to content

new: [organization_bp] New view in order to get the list of members o… #108

new: [organization_bp] New view in order to get the list of members o…

new: [organization_bp] New view in order to get the list of members o… #108

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
pip install reorder-python-imports
pip install pyupgrade
pip install black
pip install pip-audit
- uses: pre-commit/[email protected]