From a54de9f71f2cb46020d50cb8ffb7b0468060a3b3 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 6 May 2023 12:19:29 +0530 Subject: [PATCH] Shorten workflow --- .github/workflows/ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67b15db..994a5f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,8 +58,5 @@ jobs: with: tool: just - - name: Run lints - run: just lint - - - name: Run tests - run: just test + - name: Run lints + tests + run: just lint test