merge_manifests fix for rows with no guid #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |