Skip to content

Commit

Permalink
Add wool.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Jan 9, 2025
1 parent 61985c2 commit 71d4380
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/wool.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request

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 71d4380

Please sign in to comment.