Skip to content

chore: consistent framework description and naming #144

chore: consistent framework description and naming

chore: consistent framework description and naming #144

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: make shellcheck