Skip to content

APP-211: Streamline Bulk Approval Implementation #121

APP-211: Streamline Bulk Approval Implementation

APP-211: Streamline Bulk Approval Implementation #121

Workflow file for this run

name: Code Quality
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: Code Quality
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: pre-commit/action@v2.0.0