Update main.yml
This commit is contained in:
parent
59060cad4c
commit
691ef797a7
|
@ -13,6 +13,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: "git checkout master"
|
||||
run: git checkout master
|
||||
|
||||
- name: "npm install"
|
||||
run: npm install
|
||||
|
||||
|
|
Loading…
Reference in New Issue