[skip ci] Update github pr workflow step names

This commit is contained in:
schroda
2026-07-13 14:43:17 +02:00
parent 5f99b30243
commit f3748017eb

View File

@@ -21,10 +21,10 @@ jobs:
- name: Install modules
run: pnpm ci
- name: Run ESLint
- name: Run linter
run: pnpm lint
- name: Run ESLint
- name: Run format check
run: pnpm format:check
- name: Run TSC