aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-24 14:51:20 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-24 14:51:20 +0300
commitbf1176b753edde67d0ccdd1ef602620c3409798d (patch)
tree4bd8067a232d4c002d1ea57e8f8cef05fd2fadee /.github/workflows
parentdafacf8c71fd8edf630fb1d26e3e2d6d9224f526 (diff)
downloadpfetch-bf1176b753edde67d0ccdd1ef602620c3409798d.tar.gz
docs: update
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..a0792f7
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -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