Skip to content

Commit 753ad33

Browse files
fix: inverted step names
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 86a6228 commit 753ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
npm ci
2828
npm run codegen
2929
30-
- name: Format
30+
- name: Lint
3131
working-directory: packages/sdk
3232
run: npm run lint
3333

34-
- name: Lint
34+
- name: Check formatting
3535
working-directory: packages/sdk
3636
run: npm run check-format
3737

0 commit comments

Comments
 (0)