From ad3122167e3b101cefd96eb44127e51c7495f2c7 Mon Sep 17 00:00:00 2001 From: ikura-hamu <104292023+ikura-hamu@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:05:09 +0900 Subject: [PATCH] =?UTF-8?q?:wrench:=20deprecated=E3=81=A0=E3=81=A3?= =?UTF-8?q?=E3=81=9Ffail=5Fon=5Ferror=E3=82=92fail=5Flevel=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 61f0422a..67b42fc5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,7 +58,7 @@ jobs: go_version_file: go.mod reporter: github-pr-check github_token: ${{ secrets.GITHUB_TOKEN }} - fail_on_error: true + fail_level: any spectral: name: Spectral runs-on: ubuntu-latest