fixed mixed use of tab and space

This commit is contained in:
Kim, Jimin 2021-11-16 11:20:55 +09:00
parent c349187427
commit 5ef5279b3b

View file

@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
cache: yarn
cache-dependency-path: source/yarn.lock
- name: Build
run: cd source && yarn build