diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb8a6b..b0bc5af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Run tests + - name: Run Lint + run: make lint + + - name: Run Tests run: make test