1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00
Files
inno-setup/.github/workflows/test.yml
Minionguyjpro 35d7b84319 Update test.yml
2023-12-12 16:59:24 +01:00

30 lines
501 B
YAML

name: Run a test
on:
push:
pull_request:
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Read package-lock.json
run: |
npm ci
cat package-lock.json
- name: Test code with ESLint
run: npx eslint "./dist/**"
- name: Inno Setup Action
uses: ./
with:
path: scripts/test.iss
options: /O+