Skip to content

Commit

Permalink
no workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Jan 8, 2024
1 parent daad66c commit a937850
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 55 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 comp t6 pc .
55 changes: 0 additions & 55 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit a937850

Please sign in to comment.