diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0e59dd..5098b05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,11 @@ on: push: pull_request: workflow_call: + # Run weekly Sundays at 12:37am + schedule: + - cron: "37 0 * * 0" + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: lint: