From 60fa5b85711a07262ca0c4e3a6e4b0ce140fb7fc Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Sun, 17 Sep 2023 12:32:04 +0400 Subject: [PATCH] Add scala-steward CI (#336) --- .github/workflows/scala-steward.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/scala-steward.yml diff --git a/.github/workflows/scala-steward.yml b/.github/workflows/scala-steward.yml new file mode 100644 index 00000000..c4ee3970 --- /dev/null +++ b/.github/workflows/scala-steward.yml @@ -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/scala-steward-action@v2.61.0