update name of eslint job

This commit is contained in:
Brendan Allan 2023-01-22 16:11:02 +08:00
parent c064d094d5
commit f0da8b037f

View file

@ -38,7 +38,7 @@ jobs:
run: pnpm typecheck
eslint:
name: TypeScript
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -58,7 +58,7 @@ jobs:
- name: Install pnpm dependencies
run: pnpm i --frozen-lockfile
- name: Perform typechecks
- name: Perform linting
run: pnpm lint
rustfmt: