Skip to content

Commit

Permalink
ci: job names
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal61 committed Jun 13, 2024
1 parent f1877c2 commit 398cb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check formatting and linting
name: Formatting and Linting
on:
push:
branches:
Expand All @@ -9,7 +9,7 @@ on:
- master

jobs:
check-formatting:
formatting:
runs-on: ubuntu-latest
steps:
- name: Configure Git
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Check formatting
run: yarn format:check

check-linting:
linting:
runs-on: ubuntu-latest
steps:
- name: Configure Git
Expand Down

0 comments on commit 398cb2c

Please sign in to comment.