fixed mixed use of tab and space
This commit is contained in:
parent
c349187427
commit
5ef5279b3b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: source/yarn.lock
|
cache-dependency-path: source/yarn.lock
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd source && yarn build
|
run: cd source && yarn build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue