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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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