docs: update
This commit is contained in:
parent
dafacf8c71
commit
bf1176b753
1 changed files with 9 additions and 0 deletions
9
.github/workflows/main.yml
vendored
Normal file
9
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: Shellcheck
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Run shellcheck.
|
||||||
|
run: shellcheck pfetch
|
Loading…
Add table
Add a link
Reference in a new issue