1
0
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:
Minionguyjpro
2023-07-08 14:37:28 +02:00
committed by GitHub
parent c70d1c0f99
commit 1011974704

View File

@@ -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: