Skip to content

add animated demo GIF as README hero #4

add animated demo GIF as README hero

add animated demo GIF as README hero #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: shellcheck
# gate on real issues (warning+error); info-level style varies by shellcheck version
run: shellcheck --severity=warning keypop test-parse.sh test-behavior.sh
- name: parser tests
run: ./test-parse.sh
- name: behavior tests
run: ./test-behavior.sh