diff --git a/.github/workflows/tizen-web.yml b/.github/workflows/tizen-web.yml index ae0caccd..9df2e286 100644 --- a/.github/workflows/tizen-web.yml +++ b/.github/workflows/tizen-web.yml @@ -20,6 +20,13 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: -${{ github.event.pull_request.commits }} + - name: Lint check + run: | + pushd Tizen.web + npm i -g eslint + npm i + eslint --config eslint.config.mjs . + popd - name: Install Tizen Studio run: | wget -nc -O ${{ github.workspace }}/installer $TIZEN_STUDIO_URL