Skip to content

feat: add Makefile target, prune env vars and update devcontainer #9

feat: add Makefile target, prune env vars and update devcontainer

feat: add Makefile target, prune env vars and update devcontainer #9

Workflow file for this run

name: Shellcheck
on:
push:
paths:
- "**/*.sh"
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Shellcheck
run: |
.github/workflows/scripts/run-shellcheck.sh