diff --git a/.github/workflows/lint-actions.yml b/.github/workflows/lint-actions.yml index c677371..adc2ceb 100644 --- a/.github/workflows/lint-actions.yml +++ b/.github/workflows/lint-actions.yml @@ -3,13 +3,16 @@ name: Lint GitHub Actions on: + workflow_call: + workflow_dispatch: + schedule: + - cron: '11 2 * * *' pull_request: branches: - main push: branches: - main - workflow_call: permissions: contents: read