Skip to content

Add agent repository guidance #6

Add agent repository guidance

Add agent repository guidance #6

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run ShellCheck
run: shellcheck gh-smart-clone test/run-tests.bash
- name: Run tests
run: ./test/run-tests.bash