1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Add eslint

This commit is contained in:
Minionguyjpro
2023-07-08 11:32:07 +00:00
parent 62fa3fc82f
commit 08c14b708e
6 changed files with 2190 additions and 2 deletions

View File

@@ -6,9 +6,12 @@ branding:
description: 'GitHub action to compile .iss (Inno Setup Script) files.'
inputs:
path: # id of input
path:
description: 'Path to input .iss script file'
required: true
options:
description: 'Extra arguments/options to include. Include the slashes for them.'
required: false
runs:
using: 'node16'