mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-24 02:25:42 +00:00
21 lines
339 B
YAML
21 lines
339 B
YAML
name: test
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
strategy:
|
|
matrix:
|
|
os: [ubuntu-latest]
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
steps:
|
|
- uses: actions/checkout@main
|
|
|
|
- name: Setup gsc-tool
|
|
uses: diamante0018/setup-gsc-tool@main
|
|
|
|
- name: Compile script
|
|
run: './gsc-tool comp t6 pc .'
|