Skip to content

Commit 7fae611

Browse files
committed
ci: Rename action
1 parent e56f8e5 commit 7fae611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prettier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prettier
1+
name: Codestyle
22

33
on:
44
push:
@@ -28,5 +28,5 @@ jobs:
2828
- name: Install dependencies
2929
if: steps.yarn-cache.outputs.cache-hit != 'true'
3030
run: yarn install --frozen-lockfile
31-
- name: Build
31+
- name: Check code style
3232
run: yarn prettier:lint

0 commit comments

Comments
 (0)