Skip to content

Move scala-steward to GitHub Actions #1

Move scala-steward to GitHub Actions

Move scala-steward to GitHub Actions #1

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: "30 12 * * MON"
push:
name: Scala Steward
permissions:
contents: write
pull-requests: write
jobs:
scala-steward:
runs-on: ubuntu-22.04
name: Scala Steward
steps:
- name: Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
author-email: [email protected]
author-name: GarnerUser
scala-steward-version: 0.30.2