Skip to content

chore(deps): update mfinelli/setup-shfmt action to v3 #116

chore(deps): update mfinelli/setup-shfmt action to v3

chore(deps): update mfinelli/setup-shfmt action to v3 #116

Workflow file for this run

name: shellcheck
on:
push:
branches:
- main
pull_request:
jobs:
shellcheck:
name: Run shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: shellcheck
run: |
docker run \
--rm \
--volume "$PWD":/root/.dotfiles:ro \
--entrypoint /root/.dotfiles/lint/shellcheck.sh \
koalaman/shellcheck-alpine:latest