Add test code CIDC
Some checks failed
Test code / Test-code (push) Failing after 9s

This commit is contained in:
stirelshka8 2024-07-20 15:16:39 +03:00
parent e1e9e7f7a0
commit c81f7f79c6
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,20 @@
name: Test code
on:
push:
branches:
- '*'
jobs:
Test-code:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install ShellCheck
run: |
apt install shellcheck
- name: Run ShellCheck
run: |
shellcheck -e SC2001 -s warning *.sh

View File

@ -4,7 +4,6 @@
# Install Zabbix Agent
# Author: @stirelshka8
# Support version: Ubuntu 22.04, Ubuntu 20.04
# Tested on: Ubuntu 22.04, Ubuntu 20.04
# License: MIT
# ********************************************