Update lint.yml

This commit is contained in:
Daniel Lautzenheiser
2022-12-01 12:53:29 -05:00
committed by GitHub
parent efd1b9a627
commit e75402c444

View File

@ -28,9 +28,9 @@ jobs:
- name: Install
working-directory: ./core
run: |
npm ci
yarn install --frozen-lockfile
- name: Lint
working-directory: ./core
run: |
npm run lint
yarn lint