mirror of
https://github.com/d3vyce/PenTools.git
synced 2025-04-02 21:33:22 +02:00
* Create shellcheck.yml * Update shellcheck.yml
This commit is contained in:
parent
ffe54d460b
commit
0faa27c1d8
14
.gitea/workflows/shellcheck.yml
Normal file
14
.gitea/workflows/shellcheck.yml
Normal file
@ -0,0 +1,14 @@
|
||||
name: Shellcheck
|
||||
on: [push]
|
||||
jobs:
|
||||
shellcheck:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up shellcheck
|
||||
run: |
|
||||
apt update
|
||||
apt install -y shellcheck
|
||||
- name: Analysing the code with shellcheck
|
||||
run: shellcheck -S warning *.sh
|
Loading…
x
Reference in New Issue
Block a user