Skip to content

initial v3 code

initial v3 code #78

Workflow file for this run

name: ShellCheck
on:
pull_request:
branches:
- develop
- main
paths:
- 'lib/**'
- 'uac'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Clone uac repo
uses: actions/checkout@v4
with:
path: uac
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master