Compare commits

3 Commits

Author SHA1 Message Date
d61d3c9deb Update shellcheck.yml
Some checks failed
shellcheck
2023-03-28 20:35:48 +02:00
0faa27c1d8 Add CI to the project (#4)
Some checks failed
shellcheck
* Create shellcheck.yml

* Update shellcheck.yml
2023-03-20 23:39:10 +01:00
ffe54d460b Update image to relative path 2023-02-26 17:45:35 +01:00
2 changed files with 15 additions and 1 deletions

View 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: find . -type f -name "*.sh" | xargs shellcheck -S warning

View File

@ -1,6 +1,6 @@
# PenTools
![terminal](https://github.com/d3vyce/PenTools/blob/main/images/terminal.png)
![terminal](images/terminal.png)
# Quick Start