Skip to content

adding gunicorn instead of uwsgi and modifying the base image. #575

adding gunicorn instead of uwsgi and modifying the base image.

adding gunicorn instead of uwsgi and modifying the base image. #575

Workflow file for this run

on:
pull_request:
issue_comment:
types: [created, edited]
name: Wool
jobs:
runWool:
name: Run black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: uc-cdis/wool@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}