Skip to content

Merge branch 'af_alg_hash_example_v2' of https://github.com/ddiss/lib… #1518

Merge branch 'af_alg_hash_example_v2' of https://github.com/ddiss/lib…

Merge branch 'af_alg_hash_example_v2' of https://github.com/ddiss/lib… #1518

Workflow file for this run

name: Shellcheck
on:
# Trigger the workflow on push or pull requests.
push:
pull_request:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Display shellcheck version
run: shellcheck --version
- name: Shellcheck execution
run: shellcheck test/runtest*.sh