This commit is contained in:
freearhey 2019-08-27 23:31:50 +03:00
commit 6d7a5a4ae1
1 changed files with 4 additions and 1 deletions

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