Skip to content

Commit fcf9ac9

Browse files
ci: Stderr
1 parent a2eb81e commit fcf9ac9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Call Dagger Function
3838
uses: dagger/dagger-for-github@v6
3939
with:
40-
args: check --source=. stdout
40+
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/actionlint@main
4242
verb: call
4343
version: "latest"

.github/workflows/editorconfig-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Call Dagger Function
3636
uses: dagger/dagger-for-github@v6
3737
with:
38-
args: check --source=. stdout
38+
args: check --source=. stderr
3939
module: github.com/softwaredevelop/daggerverse/editorconfig@main
4040
verb: call
4141
version: "latest"

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Call Dagger Function
3939
uses: dagger/dagger-for-github@v6
4040
with:
41-
args: check --source=. stdout
41+
args: check --source=. stderr
4242
module: github.com/softwaredevelop/daggerverse/hadolint@main
4343
verb: call
4444
version: "latest"

.github/workflows/revive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Call Dagger Function
3838
uses: dagger/dagger-for-github@v6
3939
with:
40-
args: check --source=. stdout
40+
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/revive@main
4242
verb: call
4343
version: "latest"

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Call Dagger Function
3838
uses: dagger/dagger-for-github@v6
3939
with:
40-
args: check --source=. stdout
40+
args: check --source=. stderr
4141
module: github.com/softwaredevelop/daggerverse/shellcheck@main
4242
verb: call
4343
version: "latest"

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Call Dagger Function
3939
uses: dagger/dagger-for-github@v6
4040
with:
41-
args: check --source=. stdout
41+
args: check --source=. stderr
4242
module: github.com/softwaredevelop/daggerverse/yamllint@main
4343
verb: call
4444
version: "latest"

0 commit comments

Comments
 (0)