We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30993e9 commit 7bb3c9eCopy full SHA for 7bb3c9e
.github/workflows/cron-licenses.yml
@@ -1,8 +1,8 @@
1
name: cron-licenses
2
3
on:
4
- #schedule:
5
- # - cron: "7 0 * * 1" # every Monday at 00:07 UTC
+ # schedule:
+ # - cron: "7 0 * * 1" # every Monday at 00:07 UTC
6
workflow_dispatch:
7
8
jobs:
Makefile
@@ -393,7 +393,7 @@ lint-templates: .venv node_modules ## lint template files
393
394
.PHONY: lint-yaml
395
lint-yaml: .venv ## lint yaml files
396
- @poetry run yamllint .
+ @poetry run yamllint --strict .
397
398
.PHONY: watch
399
watch: ## watch everything and continuously rebuild
0 commit comments