diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 947dc307a..bc5fa4606 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,8 @@ jobs: enable-cache: true - name: Install dependencies run: make sync + - name: Verify formatting + run: make format-check - name: Run lint run: make lint