This commit is contained in:
parent
e1e9e7f7a0
commit
c81f7f79c6
20
.gitea/workflows/test_code.yml
Normal file
20
.gitea/workflows/test_code.yml
Normal 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
|
@ -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
|
||||
# ********************************************
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user