Skip to content

Commit

Permalink
Add scala-steward CI (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 17, 2023
1 parent 08f78f0 commit 60fa5b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Scala Steward

# This workflow will launch everyday at 00:00
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: {}

jobs:
scala-steward:
timeout-minutes: 45
runs-on: ubuntu-latest
name: Scala Steward
steps:
- name: Scala Steward
uses: scala-steward-org/[email protected]

0 comments on commit 60fa5b8

Please sign in to comment.