From 01b644cff9215dd875dd29576973b04f035de981 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Sat, 17 Feb 2024 13:30:46 +0100 Subject: [PATCH] Name workflow steps --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index becd19a..532361d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: image: erlang:${{ matrix.otp_version }} steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 - name: CI tests - - run: make ci - - shell: bash + run: make ci