Skip to content

Commit

Permalink
ci: introduce Bazel steward (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Apr 7, 2024
1 parent 5fef90b commit e0d8c82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/bazel-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Bazel Steward

on:
workflow_dispatch:
schedule:
- cron: "30 5 * * *" # runs every day at 5:30 am

jobs:
bazel-steward:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: VirtusLab/[email protected]

0 comments on commit e0d8c82

Please sign in to comment.