Skip to content

chore(deps): update actions/checkout action to v4 (#6) #117

chore(deps): update actions/checkout action to v4 (#6)

chore(deps): update actions/checkout action to v4 (#6) #117

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@v4
- name: shellcheck
run: |
docker run \
--rm \
--volume "$PWD":/root/.dotfiles:ro \
--entrypoint /root/.dotfiles/lint/shellcheck.sh \
koalaman/shellcheck-alpine:latest