Skip to content

feat: add password-protected zip feature #48

feat: add password-protected zip feature

feat: add password-protected zip feature #48

Workflow file for this run

name: ShellCheck
on:
pull_request:
types:
- opened
- reopened
paths:
- 'uac'
- 'lib/**'
- 'tools/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Clone uac repo
uses: actions/checkout@v3
with:
path: uac
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
with:
ignore_paths: artifacts bin config profiles