From e884a2d37f4e5181a21aae2c7abb558fcf88cf8f Mon Sep 17 00:00:00 2001 From: softwaredevelop <61334390+softwaredevelop@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:22:58 +0100 Subject: [PATCH] ci: Stderr --- .github/workflows/actionlint.yml | 2 +- .github/workflows/editorconfig-checker.yml | 2 +- .github/workflows/hadolint.yml | 2 +- .github/workflows/revive.yml | 2 +- .github/workflows/shellcheck.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index bf1c8bd..5d0a97c 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -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" diff --git a/.github/workflows/editorconfig-checker.yml b/.github/workflows/editorconfig-checker.yml index 602929f..3d4e218 100644 --- a/.github/workflows/editorconfig-checker.yml +++ b/.github/workflows/editorconfig-checker.yml @@ -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" diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index d2e37d9..da137ee 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -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" diff --git a/.github/workflows/revive.yml b/.github/workflows/revive.yml index 6f73dee..e18fc98 100644 --- a/.github/workflows/revive.yml +++ b/.github/workflows/revive.yml @@ -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" diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 62c15e6..478d741 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -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" diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 91db543..38ea62a 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -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"