mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
17 lines
256 B
Plaintext
17 lines
256 B
Plaintext
name: pregsc
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
main-win:
|
|
name: Run on Windows
|
|
runs-on: windows-latest
|
|
|
|
steps:
|
|
- name: Check out files
|
|
uses: actions/checkout@main
|
|
|
|
- name: Run script
|
|
run: |
|
|
ci/pregsc.bat
|