Skip to content

Commit

Permalink
set up a cron to build the action's javascript (#96)
Browse files Browse the repository at this point in the history
* set up a cron to build the action's javascript

* also analyze during the build workflow
  • Loading branch information
devoncarew committed Jul 11, 2023
1 parent 007c7cb commit 42c988f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -5,6 +5,8 @@ name: Build
on:
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * 0" # Run every Sunday at 00:00.

jobs:
build:
Expand All @@ -15,4 +17,5 @@ jobs:
with:
sdk: dev
- run: dart pub get
- run: dart analyze --fatal-infos
- run: dart tool/sig.dart --verify

0 comments on commit 42c988f

Please sign in to comment.