File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 15
15
uses : fluentci-io/setup-fluentci@v4
16
16
- name : Run Dagger Pipelines
17
17
run : |
18
+ cp -r ../.git .
18
19
deno run -A src/dagger/list_jobs.ts
19
20
dagger functions
20
21
dagger call lint --src examples
Original file line number Diff line number Diff line change @@ -12,15 +12,16 @@ APPLY_FIXES: all
12
12
13
13
# If you use ENABLE_LINTERS variable, all other linters will be disabled by
14
14
# default
15
- # ENABLE_LINTERS:
15
+ ENABLE_LINTERS :
16
+ - ANSIBLE_ANSIBLE_LINT
17
+ - MARKDOWN_MARKDOWNLINT
16
18
17
- # DISABLE:
18
- # - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
19
- # - SPELL # Uncomment to disable checks of spelling mistakes
19
+ DISABLE :
20
+ - COPYPASTE # Uncomment to disable checks of excessive copy-pastes
21
+ - SPELL # Uncomment to disable checks of spelling mistakes
20
22
21
23
SHOW_ELAPSED_TIME : true
22
24
23
25
FILEIO_REPORTER : true
24
-
25
26
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
26
27
# DISABLE_ERRORS: true
You can’t perform that action at this time.
0 commit comments