Skip to content

Linear time list operations #12

Linear time list operations

Linear time list operations #12

Workflow file for this run

name: shellcheck
on:
push:
branches: [master]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run shellcheck
run: shellcheck cc.sh test/run.sh test/test_list_ops.sh
- name: Run tests
run: |
sh test/run.sh
sh test/test_list_ops.sh