mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
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
|
||||||
Reference in New Issue
Block a user