Skip to content

CHANGELOG: add entry for hatch build include lists #9

CHANGELOG: add entry for hatch build include lists

CHANGELOG: add entry for hatch build include lists #9

Workflow file for this run

name: Shellcheck
on: push
permissions:
contents: read
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install shellcheck
run: sudo apt-get install -y shellcheck
- name: Run shellcheck
run: make lint-shell