mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-25 18:16:17 +00:00
26 lines
387 B
YAML
26 lines
387 B
YAML
|
name: Shellcheck
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- main
|
||
|
pull_request:
|
||
|
workflow_dispatch:
|
||
|
schedule:
|
||
|
- cron: "5 1 * * *"
|
||
|
|
||
|
jobs:
|
||
|
shellcheck:
|
||
|
name: Shellcheck
|
||
|
runs-on: ubuntu-latest
|
||
|
|
||
|
steps:
|
||
|
- uses: actions/checkout@v4
|
||
|
|
||
|
- name: Run ShellCheck
|
||
|
uses: ludeeus/action-shellcheck@master
|
||
|
with:
|
||
|
ignore_paths: >-
|
||
|
frontend
|
||
|
json
|