diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d5cf7fd..c10cfe0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,6 +10,6 @@ jobs: uses: actions/checkout@v2 - name: Check ✅ - uses: cedrickring/[email protected] + uses: cedrickring/[email protected] continue-on-error: false |