test: linting commit in github actions
This commit is contained in:
parent
ca50ef85e1
commit
56ca11eeb0
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
|||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
- name: lint:commit
|
||||||
|
run: npm run lint:commit -- --to "${{ github.sha }}"
|
||||||
|
|
||||||
- name: Next.js linting
|
- name: Next.js linting
|
||||||
run: npm run lint:next
|
run: npm run lint:next
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user