Skip to content

Merge pull request #156 from huiyifyj/X555LB-support #339

Merge pull request #156 from huiyifyj/X555LB-support

Merge pull request #156 from huiyifyj/X555LB-support #339

Workflow file for this run

#-------------------------------------------------------------------------------
# Copyright 2019-2020 Dominik Salvet
# https://github.com/dominiksalvet/asus-fan-control
#-------------------------------------------------------------------------------
name: CI
on: [push, pull_request]
jobs:
Analysis:
runs-on: ubuntu-20.04
steps:
- name: Checkout commit
uses: actions/checkout@v2
- name: Check shellcheck
run: shellcheck --version
- name: Check source files
run: |
shellcheck src/asus-fan-control
shellcheck src/bash/afc-completion
- name: Check install files
run: |
shellcheck .install/install-global-Linux
shellcheck .install/uninstall-global-Linux