Skip to content

Commit 4997c54

Browse files
committed
chore(ci): enable taskfile experimental feature
Signed-off-by: Evgeniy Frolov <[email protected]>
1 parent c143cde commit 4997c54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/content_validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414

1515
env:
1616
WERF_ENV: "production"
17+
TASK_X_REMOTE_TASKFILES: "1"
1718

1819
jobs:
1920
check_broken_links:

Taskfile.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ tasks:
3535

3636
lint:
3737
desc: 'Run all linters'
38-
run: once
3938
cmds:
4039
- task: backend:lint:golangci-lint
4140
- task: configurator:lint

0 commit comments

Comments
 (0)