Skip to content

Commit

Permalink
ci: Stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredevelop committed Dec 19, 2024
1 parent a2eb81e commit fcf9ac9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/actionlint@main
verb: call
version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/editorconfig-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/editorconfig@main
verb: call
version: "latest"
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/hadolint@main
verb: call
version: "latest"
2 changes: 1 addition & 1 deletion .github/workflows/revive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/revive@main
verb: call
version: "latest"
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/shellcheck@main
verb: call
version: "latest"
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Call Dagger Function
uses: dagger/dagger-for-github@v6
with:
args: check --source=. stdout
args: check --source=. stderr
module: github.com/softwaredevelop/daggerverse/yamllint@main
verb: call
version: "latest"

0 comments on commit fcf9ac9

Please sign in to comment.