Skip to content

Add module hid_generic #6

Add module hid_generic

Add module hid_generic #6

Workflow file for this run

name: Shellcheck
on:
pull_request:
branches:
- main
paths:
- unl0kr_hook
- unl0kr_install
push:
branches:
- main
paths:
- unl0kr_hook
- unl0kr_install
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
additional_files: 'unl0kr_hook unl0kr_install'