From 2b8246e2f4611d7b552d3aea2ee0f54895bb29cb Mon Sep 17 00:00:00 2001 From: flx-sta <50131232+flx-sta@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:38:33 -0700 Subject: [PATCH] Update mystery-events.yml --- .github/workflows/mystery-events.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mystery-events.yml b/.github/workflows/mystery-events.yml index 3e42af23f9c..af04d0a969f 100644 --- a/.github/workflows/mystery-events.yml +++ b/.github/workflows/mystery-events.yml @@ -14,8 +14,8 @@ on: - mystery-battle-events # Trigger on pull request events targeting the mystery-battle-events branch jobs: - run-linters: # Define a job named "run-linters" - name: Run linters # Human-readable name for the job + lint: # Define a job named "run-linters" + name: Lint # Human-readable name for the job runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job steps: @@ -33,8 +33,8 @@ jobs: - name: eslint # Step to run linters run: npm run eslint-ci - run-tests: # Define a job named "run-tests" - name: Run tests # Human-readable name for the job + test: # Define a job named "run-tests" + name: Test # Human-readable name for the job runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job steps: