mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-04-19 05:22:52 +00:00
19 lines
346 B
YAML
19 lines
346 B
YAML
name: main
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
main-win:
|
|
name: Test on Windows
|
|
runs-on: windows-latest
|
|
|
|
steps:
|
|
- name: Check out files
|
|
uses: actions/checkout@main
|
|
|
|
- name: Setup gsc-tool
|
|
uses: xensik/setup-gsc-tool@v1
|
|
|
|
- name: Compile test script
|
|
run: |
|
|
gsc-tool.exe comp t6 pc . |