Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Dec 26, 2023
1 parent 0eec406 commit bd1dd61
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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: diamante/setup-gsc-tool@main

- name: Compile script
run: './gsc-tool comp t6 pc .'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ demos/
missingasset.csv
mpStats
mpClassSets
*.exe
compiled/

0 comments on commit bd1dd61

Please sign in to comment.