diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index de00249..9ee8afb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,8 @@ jobs: with: args: --timeout 5m0s skip-cache: true + - name: Check code + run: make check - name: Run tests run: make test-all - name: Install plugin