Skip to content

fix: update executable file name from script.sh to your_program.sh in… #32

fix: update executable file name from script.sh to your_program.sh in…

fix: update executable file name from script.sh to your_program.sh in… #32

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.24.x
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- run: make test