Skip to content

fix cd826cfd perccli.deb location #77

fix cd826cfd perccli.deb location

fix cd826cfd perccli.deb location #77

Workflow file for this run

name: ShellCheck
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
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@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
format: gcc
# format: diff # you might consider this to get suggestions
severity: error