Skip to content

any git, modules we rely on, we pull into repos/ #5

any git, modules we rely on, we pull into repos/

any git, modules we rely on, we pull into repos/ #5

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
inputs:
git-ref:
description: Git Ref (Optional)
required: false
permissions:
contents: read
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
format: gcc