Update main.yml

This commit is contained in:
Aleksandr Statciuk 2019-08-27 23:31:15 +03:00 committed by GitHub
parent 59060cad4c
commit 691ef797a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: "git checkout master"
run: git checkout master
- name: "npm install"
run: npm install