From db79e81f2f7a1e0e9c71c3083f4d5383790db255 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 19 May 2024 06:48:03 -0500 Subject: [PATCH] Revert 1aff7cb 'ci: add `Lint` stage' --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0bc5af..efb8a6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,5 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Run Lint - run: make lint - - - name: Run Tests + - name: Run tests run: make test