Skip to content

Commit

Permalink
check the revision monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jun 6, 2022
1 parent c7dfaa5 commit 67a64b6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/check-revision.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check Revision

on:
schedule:
- cron: '0 0 1 * *' # monthly

jobs:
run:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@v2
with:
go-version: 1.18

- uses: actions/checkout@v2

- run: |
go run ./lib/launcher/revision
go generate
1 change: 0 additions & 1 deletion browser.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:generate go run ./lib/utils/setup
//go:generate go run ./lib/launcher/revision
//go:generate go run ./lib/proto/generate
//go:generate go run ./lib/js/generate
//go:generate go run ./lib/assets/generate
Expand Down

0 comments on commit 67a64b6

Please sign in to comment.