Skip to content

test basic command

test basic command #1

Workflow file for this run

name: Check repo existance
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check all teachings
run: |
bash -c '
for r in $(jq -r '.[].url' < ./teachings.json); do
echo $i;
done
'