Remove legacy PyPy input (#342)

This commit is contained in:
Dmitry Shibanov
2022-02-28 10:19:48 +03:00
committed by GitHub
parent 665cd78205
commit 0ebf233433
6 changed files with 11 additions and 146 deletions

View File

@ -24,8 +24,8 @@ jobs:
with:
node-version: 16.x
- name: npm install
run: npm install
- name: npm ci
run: npm ci
- name: Lint
run: npm run format-check