Jack Back d2d9dfddfc
All checks were successful
test / Test on Linux (push) Successful in 6s
build: use Docker for gsc-tool (#1)
2024-03-27 13:43:53 +00:00

22 lines
480 B
YAML

name: test
on: [push]
jobs:
test-linux:
name: Test on Linux
runs-on: ubuntu-latest
steps:
- name: Check out files
uses: actions/checkout@v4
- name: Compile scripts
uses: addnab/docker-run-action@v3
with:
image: xensik/gsc-tool:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: |
cd ${{ github.workspace }}
gsc-tool --dry -m comp -g iw5 -s pc "raw/scripts"