mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Update test.yml
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -11,6 +11,11 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup NPM
|
||||
uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Test code with ESLint
|
||||
run: npx eslint "./dist/**"
|
||||
|
||||
@@ -19,7 +24,6 @@ jobs:
|
||||
with:
|
||||
path: ${{ github.workspace }}\scripts\test.iss
|
||||
|
||||
|
||||
- name: Inno Setup Action (pull request)
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user