build: remove version check stuff temporarily

This commit is contained in:
Chris Trevino 2020-10-13 17:05:42 -07:00
Родитель e017cf43fd
Коммит 9d841971dc
1 изменённых файлов: 0 добавлений и 6 удалений

6
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -16,12 +16,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Print Remotes
run: git remote -v
- name: Version Check
run: yarn version check
- run: yarn install
name: Install Dependencies
env: