Fix the CI pipeline command used for linting

This commit is contained in:
Daniel Abramov
2023-07-04 13:51:06 +01:00
parent 5c559bdca6
commit c9edfd9df4

View File

@@ -19,6 +19,6 @@ jobs:
- name: i18n - name: i18n
run: "yarn run i18n:check" run: "yarn run i18n:check"
- name: ESLint - name: ESLint
run: "yarn run lint:js" run: "yarn run lint:eslint"
- name: Type check - name: Type check
run: "yarn run lint:types" run: "yarn run lint:types"