mirror of
https://github.com/rumblefrog/setup-sp.git
synced 2025-04-19 14:17:59 +02:00
17 lines
No EOL
374 B
YAML
17 lines
No EOL
374 B
YAML
name: 'Setup SourcePawn Compiler'
|
|
author: 'rumblefrog'
|
|
description: 'Install and setup SourcePawn compiler'
|
|
inputs:
|
|
version:
|
|
description: 'Version of SP compiler'
|
|
required: true
|
|
default: '1.10.x'
|
|
outputs:
|
|
version:
|
|
description: 'Version of the SP compiler used'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|
|
branding:
|
|
icon: 'command'
|
|
color: 'blue' |