aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-28 12:16:51 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-28 12:16:51 +0300
commit6c50390f78e417025d41d8d92852e911faf5121c (patch)
treea7ee90aba1acbf5daf4b5b4cafaf766cf9bc2def /.github
parentec69fcb1956d881a2570da574d27880e0ea57247 (diff)
downloadpfetch-6c50390f78e417025d41d8d92852e911faf5121c.tar.gz
docs: update
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b858fd3..cccbfbe 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,10 +2,16 @@ name: Shellcheck
on: [push]
jobs:
build:
- runs-on: [ubuntu-latest, macOS-latest]
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.
run: |
shellcheck pfetch
sh pfetch
+ runs-on: macOS-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: Run shellcheck.
+ run: |
+ sh pfetch