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 c143cde commit 4997c54Copy full SHA for 4997c54
.github/workflows/content_validation.yml
@@ -14,6 +14,7 @@ on:
14
15
env:
16
WERF_ENV: "production"
17
+ TASK_X_REMOTE_TASKFILES: "1"
18
19
jobs:
20
check_broken_links:
Taskfile.yaml
@@ -35,7 +35,6 @@ tasks:
35
36
lint:
37
desc: 'Run all linters'
38
- run: once
39
cmds:
40
- task: backend:lint:golangci-lint
41
- task: configurator:lint
0 commit comments