From 6c50390f78e417025d41d8d92852e911faf5121c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Sep 2019 12:16:51 +0300 Subject: [PATCH] docs: update --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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