Skip to content

Add Gen3 Workflow cli and tool. #297

Add Gen3 Workflow cli and tool.

Add Gen3 Workflow cli and tool. #297

Workflow file for this run

on:
pull_request:
types: [opened, synchronize]
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 }}