Skip to content

Merge pull request #501 from antonfischl1980/dev-python/pywbem-1.7.3 #957

Merge pull request #501 from antonfischl1980/dev-python/pywbem-1.7.3

Merge pull request #501 from antonfischl1980/dev-python/pywbem-1.7.3 #957

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'