Skip to content

Merge pull request #10 from roib20/v23.12 #47

Merge pull request #10 from roib20/v23.12

Merge pull request #10 from roib20/v23.12 #47

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
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