build: use Docker for gsc-tool (use --dry)
All checks were successful
test / Test on Linux (push) Successful in 5s

This commit is contained in:
6arelyFuture 2024-03-27 14:42:44 +01:00
parent 4ffdf227cf
commit ea53ac22c7

View File

@ -18,4 +18,4 @@ jobs:
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
gsc-tool -m comp -g iw5 -s pc "raw/scripts" gsc-tool --dry -m comp -g iw5 -s pc "raw/scripts"