Skip to content

Commit

Permalink
Reverse workflow name with job name
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Jun 6, 2024
1 parent ee53872 commit eaaa73b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Changes
name: ESLint

on:
workflow_dispatch:
Expand All @@ -14,8 +14,8 @@ permissions:
contents: read

jobs:
eslint_ts:
name: ESlint
lint:
name: Lint Changes
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Changes
name: Jest

on:
workflow_dispatch:
Expand All @@ -14,8 +14,8 @@ permissions:
contents: read

jobs:
jest:
name: Jest
test:
name: Test Changes
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down

0 comments on commit eaaa73b

Please sign in to comment.