diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19679e5..77250b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: format-check: name: 📝 Format Check runs-on: Ubuntu-Slim - timeout-minutes: 1 + timeout-minutes: 2 steps: - name: 🚚 Check out repository