From a7d1a6d98089cc85c431e49e2d94875dbb3a5f85 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Sep 2019 12:20:15 +0300 Subject: [PATCH] docs: update --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cccbfbe..38aa374 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,9 +9,9 @@ jobs: run: | shellcheck pfetch sh pfetch + build: runs-on: macOS-latest steps: - uses: actions/checkout@v1 - name: Run shellcheck. - run: | - sh pfetch + run: sh pfetch