diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 26f7aff..be5629a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/setup-node@v3 - run: cd template - run: npm install + - run: ls -al - run: npx eslint ./src/**/*.ts windows-browser-test: @@ -27,4 +28,5 @@ jobs: - uses: actions/setup-node@v3 - run: cd template - run: npm install + - run: ls -al - run: npx eslint ./src/**/*.ts \ No newline at end of file