Skip to content

Merge pull request #473 from antonfischl1980/dev-perl/GLPlugin-5.36 #909

Merge pull request #473 from antonfischl1980/dev-perl/GLPlugin-5.36

Merge pull request #473 from antonfischl1980/dev-perl/GLPlugin-5.36 #909

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'