Skip to content

update section title from "Get Running in Minutes" to "Get Running in… #13

update section title from "Get Running in Minutes" to "Get Running in…

update section title from "Get Running in Minutes" to "Get Running in… #13

name: Check executables
on:
push:
paths:
- "docs/**"
- "tests/check_executables.sh"
pull_request:
paths:
- "docs/**"
- "tests/check_executables.sh"
jobs:
check-executables:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run executable checks
run: |
bash tests/check_executables.sh