Skip to content

Bind/Overlay device fix (#87) #122

Bind/Overlay device fix (#87)

Bind/Overlay device fix (#87) #122

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
- workflow_call
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master