Skip to content

fix(qeth_rules): check the existence of /sys/devices/qeth/*/online beforehand #35

fix(qeth_rules): check the existence of /sys/devices/qeth/*/online beforehand

fix(qeth_rules): check the existence of /sys/devices/qeth/*/online beforehand #35

name: Differential ShellCheck
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Repository checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Differential ShellCheck
uses: redhat-plumbers-in-action/differential-shellcheck@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}