Skip to content

Commit f74ce44

Browse files
committed
Use scala steward from own repo
1 parent e532390 commit f74ce44

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

.github/workflows/scala-steward.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This workflow will launch at 00:00 every Sunday
2+
on:
3+
schedule:
4+
- cron: '0 0 * * 0'
5+
6+
name: Scala Steward
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
scala-steward:
14+
runs-on: ubuntu-latest
15+
name: Scala Steward
16+
steps:
17+
- name: Scala Steward
18+
uses: scala-steward-org/scala-steward-action@v2

.github/workflows/scala-steward.yml.old

-26
This file was deleted.

0 commit comments

Comments
 (0)