Skip to content

Merge pull request #538 from antonfischl1980/dev-libs/icinga-php-libr… #1009

Merge pull request #538 from antonfischl1980/dev-libs/icinga-php-libr…

Merge pull request #538 from antonfischl1980/dev-libs/icinga-php-libr… #1009

Workflow file for this run

name: ShellCheck
on:
workflow_dispatch:
push:
pull_request:
schedule:
- cron: '11 12 * * 5' # Weekly
jobs:
ShellCheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
severity: style
additional_files: '*.initd *.ebuild'