Skip to content

Merge pull request #32 from buildplan/formatting #272

Merge pull request #32 from buildplan/formatting

Merge pull request #32 from buildplan/formatting #272

Workflow file for this run

name: Shell Script Linting
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/[email protected]
with:
scandir: ./container-monitor.sh
severity: error