Skip to content

Commit

Permalink
update wool GH workflow (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Nov 5, 2019
1 parent f7ab8e8 commit f815606
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/main.workflow

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/wool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}

0 comments on commit f815606

Please sign in to comment.