Skip to content

Commit

Permalink
Adding mend file
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw committed Feb 1, 2023
1 parent 39665ef commit cff6f92
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "mend"

on:
pull_request:
branches:
- "main"
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:

mend:
uses: "puppetlabs/cat-github-actions/.github/workflows/mend_ruby.yml@main"
secrets: "inherit"

0 comments on commit cff6f92

Please sign in to comment.