test: linting commit in github actions

This commit is contained in:
Walid 2022-05-16 20:35:19 +01:00
parent ca50ef85e1
commit 56ca11eeb0
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

View File

@ -22,6 +22,9 @@ jobs:
- name: Install packages
run: npm ci
- name: lint:commit
run: npm run lint:commit -- --to "${{ github.sha }}"
- name: Next.js linting
run: npm run lint:next