Skip to content

Commit

Permalink
Merge pull request #427 from tkrs/scala-steward
Browse files Browse the repository at this point in the history
ci: add the launch scala-steward
  • Loading branch information
tkrs committed Jul 14, 2022
2 parents 49df404 + 437e28f commit 1e01b0b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This workflow will launch at 00:00 every Sunday
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

name: Launch Scala Steward

jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1e01b0b

Please sign in to comment.