Skip to content

establish repo layout, document ref policy and thin-caller pattern (#1) #25

establish repo layout, document ref policy and thin-caller pattern (#1)

establish repo layout, document ref policy and thin-caller pattern (#1) #25

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: rhysd/actionlint@914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12
shellcheck:
name: shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Run shellcheck
run: find . -name '*.sh' -exec shellcheck {} +