add check-latest input

This commit is contained in:
Dmitry Shibanov 2022-02-02 13:11:41 +03:00
parent 44e221478f
commit 693f445fa2
17 changed files with 4811 additions and 3599 deletions

View file

@ -25,8 +25,8 @@ jobs:
node-version: 12
cache: npm
- name: npm install
run: npm install
- name: npm ci
run: npm ci
- name: Lint
run: npm run format-check