Skip to content

R710-Fan-Control: include new version with individual fan control #71

R710-Fan-Control: include new version with individual fan control

R710-Fan-Control: include new version with individual fan control #71

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