From 55424f63b3a6360e0c02843ed76b3a2d6559753f Mon Sep 17 00:00:00 2001 From: DM0000 <98051919+DM0000@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:45:38 -0700 Subject: [PATCH] fix name --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba886ce..2ba1412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: GitHub Actions run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: - ActionsTest7: + ActionsTest: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." @@ -16,7 +16,7 @@ jobs: run: | ls ${{ github.workspace }} - run: echo "🍏 This job's status is ${{job.status}}." - eslint2: + eslint: runs-on: ubuntu-latest steps: - name: Check out repository code