Add first client revision and build script #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VBScript Execution | |
on: [push, pull_request] | |
jobs: | |
run-vbscript: | |
name: Run VBScript | |
runs-on: windows-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Execute VBScript | |
run: cscript.exe //Nologo client.vbs |