Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Jan 8, 2024
1 parent 6cf75a7 commit 668c034
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 parse iw5 pc .

0 comments on commit 668c034

Please sign in to comment.