diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6dda58..3d59d5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,9 @@ jobs: - uses: actions/checkout@v3 + - name: Test code with ESLint + run: npx eslint "./dist/**" + - name: Inno Setup Action (push) uses: Minionguyjpro/Inno-Setup-Action@main with: