Skip to content

Merge pull request #213 from dxw/fix/docker-localhost #449

Merge pull request #213 from dxw/fix/docker-localhost

Merge pull request #213 from dxw/fix/docker-localhost #449

Workflow file for this run

name: Shellcheck
on: push
jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: sudo apt-get update
- run: sudo apt-get install -y shellcheck
- run: ./.shellcheck.sh