diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be900670..54aee119 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,9 @@ jobs: - name: Run linting run: make lint + - name: Run formatting + run: make format + - name: Run tests run: make test