Skip to content

Commit 398cb2c

Browse files
ci: job names
1 parent f1877c2 commit 398cb2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/format-lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check formatting and linting
1+
name: Formatting and Linting
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ on:
99
- master
1010

1111
jobs:
12-
check-formatting:
12+
formatting:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Configure Git
@@ -33,7 +33,7 @@ jobs:
3333
- name: Check formatting
3434
run: yarn format:check
3535

36-
check-linting:
36+
linting:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Configure Git

0 commit comments

Comments
 (0)